#f7c986

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

Shades of Cherokee #F7C986

Tints of Cherokee #F7C986

Color information

#F7C986 (or 0xF7C986) is unknown color: approx Cherokee. HEX triplet: F7, C9 and 86. RGB value is (247,201,134). Sum of RGB (Red+Green+Blue) = 247+201+134=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C986 is #083679. Grayscale: #CFCFCF. Windows color (decimal): -538234 or 8833527. OLE color: 8833527.

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

Color convert

RGB247201134-
CMYK00.190.460.03
HSL35.58º87.6%74.71%-
HSV(B)35.58º45.75%96.86%-
XYZ63.5563.2731.42-
YUV207.1286.74156.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.44%
GREEN value IS 201 (78.91% from 255) = 34.54%
BLUE value IS 134 (52.73% from 255) = 23.02%
R=42.44%
G=34.54%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720113400.190.460.0335.5887.674.71
HexF7C9860132E324584b
Octal36731120602356344130113
Binary1111011111001001100001100100111011101110010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7c986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7c986; }

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

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

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

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

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

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

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

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