#FAC589

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

Shades of Cherokee #FAC589

Tints of Cherokee #FAC589

Color information

#FAC589 (or 0xFAC589) is unknown color: approx Cherokee. HEX triplet: FA, C5 and 89. RGB value is (250,197,137). Sum of RGB (Red+Green+Blue) = 250+197+137=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 137 (53.91% from 255 or 23.46% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC589 is #053A76. Grayscale: #CECECE. Windows color (decimal): -342647 or 9029114. OLE color: 9029114.

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

Color convert

RGB250197137-
CMYK00.210.450.02
HSL31.86º91.87%75.88%-
HSV(B)31.86º45.2%98.04%-
XYZ63.9162.0632.28-
YUV206.0189.06159.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 137 (53.91% from 255) = 23.46%
R=42.81%
G=33.73%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019713700.210.450.0231.8691.8775.88
HexFAC5890152D2205c4c
Octal37230521102555240134114
Binary1111101011000101100010010101011011011010000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC589; }

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

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

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

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

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

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

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

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