#FAD589

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

Shades of Cherokee #FAD589

Tints of Cherokee #FAD589

Color information

#FAD589 (or 0xFAD589) is unknown color: approx Cherokee. HEX triplet: FA, D5 and 89. RGB value is (250,213,137). Sum of RGB (Red+Green+Blue) = 250+213+137=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD589 is #052A76. Grayscale: #D7D7D7. Windows color (decimal): -338551 or 9033210. OLE color: 9033210.

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

Color convert

RGB250213137-
CMYK00.150.450.02
HSL40.35º91.87%75.88%-
HSV(B)40.35º45.2%98.04%-
XYZ67.7369.7233.55-
YUV215.483.76152.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 137 (53.91% from 255) = 22.83%
R=41.67%
G=35.5%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021313700.150.450.0240.3591.8775.88
HexFAD5890F2D2285c4c
Octal37232521101755250134114
Binary111110101101010110001001011111011011010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD589; }

 p { color: rgb(250,213,137); }

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

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

 a { background-color: rgb(250,213,137); }

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

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

 span { border-color: rgb(250,213,137); }

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