#FAD488

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

Shades of Cherokee #FAD488

Tints of Cherokee #FAD488

Color information

#FAD488 (or 0xFAD488) is unknown color: approx Cherokee. HEX triplet: FA, D4 and 88. RGB value is (250,212,136). Sum of RGB (Red+Green+Blue) = 250+212+136=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD488 is #052B77. Grayscale: #D7D7D7. Windows color (decimal): -338808 or 8967418. OLE color: 8967418.

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

Color convert

RGB250212136-
CMYK00.150.460.02
HSL40º91.94%75.69%-
HSV(B)40º45.6%98.04%-
XYZ67.4169.1933.09-
YUV214.783.59153.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 212 (83.20% from 255) = 35.45%
BLUE value IS 136 (53.52% from 255) = 22.74%
R=41.81%
G=35.45%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021213600.150.460.024091.9475.69
HexFAD4880F2E2285c4c
Octal37232421001756250134114
Binary111110101101010010001000011111011101010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD488; }

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

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

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

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

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

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

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

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