#FAC487

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

Shades of Cherokee #FAC487

Tints of Cherokee #FAC487

Color information

#FAC487 (or 0xFAC487) is unknown color: approx Cherokee. HEX triplet: FA, C4 and 87. RGB value is (250,196,135). Sum of RGB (Red+Green+Blue) = 250+196+135=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC487 is #053B78. Grayscale: #CDCDCD. Windows color (decimal): -342905 or 8897786. OLE color: 8897786.

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

Color convert

RGB250196135-
CMYK00.220.460.02
HSL31.83º92%75.49%-
HSV(B)31.83º46%98.04%-
XYZ63.5461.5531.45-
YUV205.1988.39159.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 135 (53.12% from 255) = 23.24%
R=43.03%
G=33.73%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019613500.220.460.0231.839275.49
HexFAC4870162E2205c4b
Octal37230420702656240134113
Binary1111101011000100100001110101101011101010000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC487; }

 p { color: rgb(250,196,135); }

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

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

 a { background-color: rgb(250,196,135); }

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

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

 span { border-color: rgb(250,196,135); }

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