#F0C05F

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

Shades of Cream Can #F0C05F

Tints of Cream Can #F0C05F

Color information

#F0C05F (or 0xF0C05F) is unknown color: approx Cream Can. HEX triplet: F0, C0 and 5F. RGB value is (240,192,95). Sum of RGB (Red+Green+Blue) = 240+192+95=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C05F is #0F3FA0. Grayscale: #C3C3C3. Windows color (decimal): -999329 or 6275312. OLE color: 6275312.

HSL color Cylindrical-coordinate representation of color #F0C05F: hue angle of 40.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C05F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB24019295-
CMYK00.200.600.06
HSL40.14º82.86%65.69%-
HSV(B)40.14º60.42%94.12%-
XYZ56.8557.0518.84-
YUV195.2971.4159.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.54%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 95 (37.5% from 255) = 18.03%
R=45.54%
G=36.43%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401929500.200.600.0640.1482.8665.69
HexF0C05F0143C6285342
Octal36030013702474650123102
Binary1111000011000000101111101010011110011010100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C05F; }

 p { color: rgb(240,192,95); }

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

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

 a { background-color: rgb(240,192,95); }

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

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

 span { border-color: rgb(240,192,95); }

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