#FAD185

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

Shades of Cherokee #FAD185

Tints of Cherokee #FAD185

Color information

#FAD185 (or 0xFAD185) is unknown color: approx Cherokee. HEX triplet: FA, D1 and 85. RGB value is (250,209,133). Sum of RGB (Red+Green+Blue) = 250+209+133=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD185 is #052E7A. Grayscale: #D4D4D4. Windows color (decimal): -339579 or 8770042. OLE color: 8770042.

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

Color convert

RGB250209133-
CMYK00.160.470.02
HSL38.97º92.13%75.1%-
HSV(B)38.97º46.8%98.04%-
XYZ66.4667.6231.74-
YUV212.683.08154.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=42.23%
G=35.30%
B=22.47%

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
Decimal25020913300.160.470.0238.9792.1375.1
HexFAD1850102F2275c4b
Octal37232120502057247134113
Binary1111101011010001100001010100001011111010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD185; }

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

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

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

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

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

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

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

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