#f0c060

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

Shades of Cream Can #F0C060

Tints of Cream Can #F0C060

Color information

#F0C060 (or 0xF0C060) is unknown color: approx Cream Can. HEX triplet: F0, C0 and 60. RGB value is (240,192,96). Sum of RGB (Red+Green+Blue) = 240+192+96=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C060 is #0F3F9F. Grayscale: #C3C3C3. Windows color (decimal): -999328 or 6340848. OLE color: 6340848.

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

Color convert

RGB24019296-
CMYK00.200.60.06
HSL40º82.76%65.88%-
HSV(B)40º60%94.12%-
XYZ56.957.0719.08-
YUV195.4171.9159.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 96 (37.89% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401929600.200.60.064082.7665.88
HexF0C0600143C6285342
Octal36030014002474650123102
Binary1111000011000000110000001010011110011010100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0c060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0c060; }

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

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

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

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

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

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

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

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