#F0B940

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

Shades of Cream Can #F0B940

Tints of Cream Can #F0B940

Color information

#F0B940 (or 0xF0B940) is unknown color: approx Cream Can. HEX triplet: F0, B9 and 40. RGB value is (240,185,64). Sum of RGB (Red+Green+Blue) = 240+185+64=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B940 is #0F46BF. Grayscale: #BCBCBC. Windows color (decimal): -1001152 or 4241904. OLE color: 4241904.

HSL color Cylindrical-coordinate representation of color #F0B940: hue angle of 41.25º 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 #F0B940 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24018564-
CMYK00.230.730.06
HSL41.25º85.44%59.61%-
HSV(B)41.25º73.33%94.12%-
XYZ54.2153.5912.34-
YUV187.6558.22165.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 64 (25.39% from 255) = 13.09%
R=49.08%
G=37.83%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401856400.230.730.0641.2585.4459.61
HexF0B94001749629553c
Octal36027110002711165112574
Binary1111000010111001100000001011110010011101010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B940; }

 p { color: rgb(240,185,64); }

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

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

 a { background-color: rgb(240,185,64); }

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

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

 span { border-color: rgb(240,185,64); }

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