#F7CF86

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

Shades of Cherokee #F7CF86

Tints of Cherokee #F7CF86

Color information

#F7CF86 (or 0xF7CF86) is unknown color: approx Cherokee. HEX triplet: F7, CF and 86. RGB value is (247,207,134). Sum of RGB (Red+Green+Blue) = 247+207+134=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF86 is #083079. Grayscale: #D2D2D2. Windows color (decimal): -536698 or 8835063. OLE color: 8835063.

HSL color Cylindrical-coordinate representation of color #F7CF86: hue angle of 38.76º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7CF86 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247207134-
CMYK00.160.460.03
HSL38.76º87.6%74.71%-
HSV(B)38.76º45.75%96.86%-
XYZ64.9766.1231.89-
YUV210.6484.75153.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.01%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 134 (52.73% from 255) = 22.79%
R=42.01%
G=35.20%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720713400.160.460.0338.7687.674.71
HexF7CF860102E327584b
Octal36731720602056347130113
Binary1111011111001111100001100100001011101110011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CF86; }

 p { color: rgb(247,207,134); }

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

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

 a { background-color: rgb(247,207,134); }

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

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

 span { border-color: rgb(247,207,134); }

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