#FDC886

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

Shades of Cherokee #FDC886

Tints of Cherokee #FDC886

Color information

#FDC886 (or 0xFDC886) is unknown color: approx Cherokee. HEX triplet: FD, C8 and 86. RGB value is (253,200,134). Sum of RGB (Red+Green+Blue) = 253+200+134=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC886 is #023779. Grayscale: #D0D0D0. Windows color (decimal): -145274 or 8833277. OLE color: 8833277.

HSL color Cylindrical-coordinate representation of color #FDC886: hue angle of 33.28º 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 #FDC886 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253200134-
CMYK00.210.470.01
HSL33.28º96.75%75.88%-
HSV(B)33.28º47.04%99.22%-
XYZ65.4763.9131.44-
YUV208.3286.06159.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=43.10%
G=34.07%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320013400.210.470.0133.2896.7575.88
HexFDC8860152F121614c
Octal37531020602557141141114
Binary111111011100100010000110010101101111110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC886; }

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

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

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

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

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

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

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

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