#FAD184

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

Shades of Cherokee #FAD184

Tints of Cherokee #FAD184

Color information

#FAD184 (or 0xFAD184) is unknown color: approx Cherokee. HEX triplet: FA, D1 and 84. RGB value is (250,209,132). Sum of RGB (Red+Green+Blue) = 250+209+132=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD184 is #052E7B. Grayscale: #D4D4D4. Windows color (decimal): -339580 or 8704506. OLE color: 8704506.

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

Color convert

RGB250209132-
CMYK00.160.470.02
HSL39.15º92.19%74.9%-
HSV(B)39.15º47.2%98.04%-
XYZ66.3967.5931.38-
YUV212.4882.58154.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 209 (82.03% from 255) = 35.36%
BLUE value IS 132 (51.95% from 255) = 22.34%
R=42.30%
G=35.36%
B=22.34%

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
Decimal25020913200.160.470.0239.1592.1974.9
HexFAD1840102F2275c4b
Octal37232120402057247134113
Binary1111101011010001100001000100001011111010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD184; }

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

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

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

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

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

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

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

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