#FDC686

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

Shades of Cherokee #FDC686

Tints of Cherokee #FDC686

Color information

#FDC686 (or 0xFDC686) is unknown color: approx Cherokee. HEX triplet: FD, C6 and 86. RGB value is (253,198,134). Sum of RGB (Red+Green+Blue) = 253+198+134=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC686 is #023979. Grayscale: #CFCFCF. Windows color (decimal): -145786 or 8832765. OLE color: 8832765.

HSL color Cylindrical-coordinate representation of color #FDC686: hue angle of 32.27º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDC686 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253198134-
CMYK00.220.470.01
HSL32.27º96.75%75.88%-
HSV(B)32.27º47.04%99.22%-
XYZ65.0162.9931.29-
YUV207.1586.72160.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 134 (52.73% from 255) = 22.91%
R=43.25%
G=33.85%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319813400.220.470.0132.2796.7575.88
HexFDC6860162F120614c
Octal37530620602657140141114
Binary111111011100011010000110010110101111110000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC686; }

 p { color: rgb(253,198,134); }

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

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

 a { background-color: rgb(253,198,134); }

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

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

 span { border-color: rgb(253,198,134); }

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