#FAD288

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

Shades of Cherokee #FAD288

Tints of Cherokee #FAD288

Color information

#FAD288 (or 0xFAD288) is unknown color: approx Cherokee. HEX triplet: FA, D2 and 88. RGB value is (250,210,136). Sum of RGB (Red+Green+Blue) = 250+210+136=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD288 is #052D77. Grayscale: #D5D5D5. Windows color (decimal): -339320 or 8966906. OLE color: 8966906.

HSL color Cylindrical-coordinate representation of color #FAD288: hue angle of 38.95º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAD288 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250210136-
CMYK00.160.460.02
HSL38.95º91.94%75.69%-
HSV(B)38.95º45.6%98.04%-
XYZ66.9168.1932.93-
YUV213.5284.25154.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 136 (53.52% from 255) = 22.82%
R=41.95%
G=35.23%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021013600.160.460.0238.9591.9475.69
HexFAD2880102E2275c4c
Octal37232221002056247134114
Binary1111101011010010100010000100001011101010011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD288; }

 p { color: rgb(250,210,136); }

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

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

 a { background-color: rgb(250,210,136); }

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

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

 span { border-color: rgb(250,210,136); }

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