#F0C447

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

Shades of Cream Can #F0C447

Tints of Cream Can #F0C447

Color information

#F0C447 (or 0xF0C447) is unknown color: approx Cream Can. HEX triplet: F0, C4 and 47. RGB value is (240,196,71). Sum of RGB (Red+Green+Blue) = 240+196+71=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C447 is #0F3BB8. Grayscale: #C3C3C3. Windows color (decimal): -998329 or 4703472. OLE color: 4703472.

HSL color Cylindrical-coordinate representation of color #F0C447: hue angle of 44.38º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0C447 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24019671-
CMYK00.180.700.06
HSL44.38º84.92%60.98%-
HSV(B)44.38º70.42%94.12%-
XYZ56.8158.4614.25-
YUV194.9158.08160.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 71 (28.12% from 255) = 14.00%
R=47.34%
G=38.66%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401967100.180.700.0644.3884.9260.98
HexF0C4470124662c553d
Octal36030410702210665412575
Binary1111000011000100100011101001010001101101011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C447; }

 p { color: rgb(240,196,71); }

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

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

 a { background-color: rgb(240,196,71); }

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

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

 span { border-color: rgb(240,196,71); }

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