#f0cd7f

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

Shades of Cherokee #F0CD7F

Tints of Cherokee #F0CD7F

Color information

#F0CD7F (or 0xF0CD7F) is unknown color: approx Cherokee. HEX triplet: F0, CD and 7F. RGB value is (240,205,127). Sum of RGB (Red+Green+Blue) = 240+205+127=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD7F is #0F3280. Grayscale: #CECECE. Windows color (decimal): -995969 or 8375792. OLE color: 8375792.

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

Color convert

RGB240205127-
CMYK00.150.470.06
HSL41.42º79.02%71.96%-
HSV(B)41.42º47.08%94.12%-
XYZ61.663.7229.13-
YUV206.5783.1151.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 127 (50% from 255) = 22.20%
R=41.96%
G=35.84%
B=22.20%

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
Decimal24020512700.150.470.0641.4279.0271.96
HexF0CD7F0F2F6294f48
Octal36031517701757651117110
Binary111100001100110111111110111110111111010100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0cd7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0cd7f; }

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

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

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

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

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

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

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

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