#F7D186

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

Shades of Cherokee #F7D186

Tints of Cherokee #F7D186

Color information

#F7D186 (or 0xF7D186) is unknown color: approx Cherokee. HEX triplet: F7, D1 and 86. RGB value is (247,209,134). Sum of RGB (Red+Green+Blue) = 247+209+134=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D186 is #082E79. Grayscale: #D4D4D4. Windows color (decimal): -536186 or 8835575. OLE color: 8835575.

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

Color convert

RGB247209134-
CMYK00.150.460.03
HSL39.82º87.6%74.71%-
HSV(B)39.82º45.75%96.86%-
XYZ65.4667.132.05-
YUV211.8184.09153.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.86%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 134 (52.73% from 255) = 22.71%
R=41.86%
G=35.42%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720913400.150.460.0339.8287.674.71
HexF7D1860F2E328584b
Octal36732120601756350130113
Binary111101111101000110000110011111011101110100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D186; }

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

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

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

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

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

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

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

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