#F0BA41

Color #F0BA41 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #F0BA41

Tints of Cream Can #F0BA41

Color information

#F0BA41 (or 0xF0BA41) is unknown color: approx Cream Can. HEX triplet: F0, BA and 41. RGB value is (240,186,65). Sum of RGB (Red+Green+Blue) = 240+186+65=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA41 is #0F45BE. Grayscale: #BCBCBC. Windows color (decimal): -1000895 or 4307696. OLE color: 4307696.

HSL color Cylindrical-coordinate representation of color #F0BA41: hue angle of 41.49º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0BA41 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24018665-
CMYK00.220.730.06
HSL41.49º85.37%59.8%-
HSV(B)41.49º72.92%94.12%-
XYZ54.4554.0212.56-
YUV188.3558.39164.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 65 (25.78% from 255) = 13.24%
R=48.88%
G=37.88%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401866500.220.730.0641.4985.3759.8
HexF0BA4101649629553c
Octal36027210102611165112574
Binary1111000010111010100000101011010010011101010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BA41; }

 p { color: rgb(240,186,65); }

 H1.HeaderClassName
 {
   color: #F0BA41;
 }
 .AnyTagClassName
 {
   color: #F0BA41;
 }
</style>
background-color css

<style>
 a { background-color: #F0BA41; }

 a { background-color: rgb(240,186,65); }

 div.DivClassName
 {
   background-color: #F0BA41;
 }
 .BgClassName
 {
   background-color: #F0BA41;
 }
</style>
border-color css

<style>
 span { border-color: #F0BA41; }

 span { border-color: rgb(240,186,65); }

 td.TdClassName
 {
   border-color: #F0BA41;
 }
 .TagClassName
 {
   border-color: #F0BA41;
 }
</style>