#FDC88A

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

Shades of Cherokee #FDC88A

Tints of Cherokee #FDC88A

Color information

#FDC88A (or 0xFDC88A) is unknown color: approx Cherokee. HEX triplet: FD, C8 and 8A. RGB value is (253,200,138). Sum of RGB (Red+Green+Blue) = 253+200+138=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC88A is #023775. Grayscale: #D1D1D1. Windows color (decimal): -145270 or 9095421. OLE color: 9095421.

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

Color convert

RGB253200138-
CMYK00.210.450.01
HSL32.35º96.64%76.67%-
HSV(B)32.35º45.45%99.22%-
XYZ65.7564.0332.94-
YUV208.7888.06159.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=42.81%
G=33.84%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320013800.210.450.0132.3596.6476.67
HexFDC88A0152D120614d
Octal37531021202555140141115
Binary111111011100100010001010010101101101110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC88A; }

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

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

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

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

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

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

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

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