#F0CC7F

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

Shades of Cherokee #F0CC7F

Tints of Cherokee #F0CC7F

Color information

#F0CC7F (or 0xF0CC7F) is unknown color: approx Cherokee. HEX triplet: F0, CC and 7F. RGB value is (240,204,127). Sum of RGB (Red+Green+Blue) = 240+204+127=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC7F is #0F3380. Grayscale: #CECECE. Windows color (decimal): -996225 or 8375536. OLE color: 8375536.

HSL color Cylindrical-coordinate representation of color #F0CC7F: hue angle of 40.88º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0CC7F is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240204127-
CMYK00.150.470.06
HSL40.88º79.02%71.96%-
HSV(B)40.88º47.08%94.12%-
XYZ61.3663.2429.05-
YUV205.9983.43152.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 127 (50% from 255) = 22.24%
R=42.03%
G=35.73%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020412700.150.470.0640.8879.0271.96
HexF0CC7F0F2F6294f48
Octal36031417701757651117110
Binary111100001100110011111110111110111111010100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CC7F; }

 p { color: rgb(240,204,127); }

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

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

 a { background-color: rgb(240,204,127); }

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

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

 span { border-color: rgb(240,204,127); }

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