#F0C24E

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

Shades of Cream Can #F0C24E

Tints of Cream Can #F0C24E

Color information

#F0C24E (or 0xF0C24E) is unknown color: approx Cream Can. HEX triplet: F0, C2 and 4E. RGB value is (240,194,78). Sum of RGB (Red+Green+Blue) = 240+194+78=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C24E is #0F3DB1. Grayscale: #C3C3C3. Windows color (decimal): -998834 or 5161712. OLE color: 5161712.

HSL color Cylindrical-coordinate representation of color #F0C24E: hue angle of 42.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0C24E is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24019478-
CMYK00.190.680.06
HSL42.96º84.38%62.35%-
HSV(B)42.96º67.5%94.12%-
XYZ56.657.6615.35-
YUV194.5362.24160.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 78 (30.86% from 255) = 15.23%
R=46.88%
G=37.89%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401947800.190.680.0642.9684.3862.35
HexF0C24E0134462b543e
Octal36030211602310465312476
Binary1111000011000010100111001001110001001101010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C24E; }

 p { color: rgb(240,194,78); }

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

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

 a { background-color: rgb(240,194,78); }

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

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

 span { border-color: rgb(240,194,78); }

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