#F0C04A

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

Shades of Cream Can #F0C04A

Tints of Cream Can #F0C04A

Color information

#F0C04A (or 0xF0C04A) is unknown color: approx Cream Can. HEX triplet: F0, C0 and 4A. RGB value is (240,192,74). Sum of RGB (Red+Green+Blue) = 240+192+74=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C04A is #0F3FB5. Grayscale: #C1C1C1. Windows color (decimal): -999350 or 4899056. OLE color: 4899056.

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

Color convert

RGB24019274-
CMYK00.200.690.06
HSL42.65º84.69%61.57%-
HSV(B)42.65º69.17%94.12%-
XYZ56.0256.7214.47-
YUV192.960.9161.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 74 (29.30% from 255) = 14.62%
R=47.43%
G=37.94%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401927400.200.690.0642.6584.6961.57
HexF0C04A0144562b553e
Octal36030011202410565312576
Binary1111000011000000100101001010010001011101010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C04A; }

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

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

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

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

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

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

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

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