#F4CF7E

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

Shades of Cherokee #F4CF7E

Tints of Cherokee #F4CF7E

Color information

#F4CF7E (or 0xF4CF7E) is unknown color: approx Cherokee. HEX triplet: F4, CF and 7E. RGB value is (244,207,126). Sum of RGB (Red+Green+Blue) = 244+207+126=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CF7E is #0B3081. Grayscale: #D1D1D1. Windows color (decimal): -733314 or 8310772. OLE color: 8310772.

HSL color Cylindrical-coordinate representation of color #F4CF7E: hue angle of 41.19º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4CF7E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244207126-
CMYK00.150.480.04
HSL41.19º84.29%72.55%-
HSV(B)41.19º48.36%95.69%-
XYZ63.3965.3729.01-
YUV208.8381.26153.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.29%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 126 (49.61% from 255) = 21.84%
R=42.29%
G=35.88%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420712600.150.480.0441.1984.2972.55
HexF4CF7E0F304295449
Octal36431717601760451124111
Binary111101001100111111111100111111000010010100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CF7E; }

 p { color: rgb(244,207,126); }

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

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

 a { background-color: rgb(244,207,126); }

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

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

 span { border-color: rgb(244,207,126); }

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