#FAD284

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

Shades of Cherokee #FAD284

Tints of Cherokee #FAD284

Color information

#FAD284 (or 0xFAD284) is unknown color: approx Cherokee. HEX triplet: FA, D2 and 84. RGB value is (250,210,132). Sum of RGB (Red+Green+Blue) = 250+210+132=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD284 is #052D7B. Grayscale: #D5D5D5. Windows color (decimal): -339324 or 8704762. OLE color: 8704762.

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

Color convert

RGB250210132-
CMYK00.160.470.02
HSL39.66º92.19%74.9%-
HSV(B)39.66º47.2%98.04%-
XYZ66.6468.0831.46-
YUV213.0782.25154.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 132 (51.95% from 255) = 22.30%
R=42.23%
G=35.47%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021013200.160.470.0239.6692.1974.9
HexFAD2840102F2285c4b
Octal37232220402057250134113
Binary1111101011010010100001000100001011111010100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD284; }

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

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

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

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

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

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

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

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