#FAC585

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

Shades of Cherokee #FAC585

Tints of Cherokee #FAC585

Color information

#FAC585 (or 0xFAC585) is unknown color: approx Cherokee. HEX triplet: FA, C5 and 85. RGB value is (250,197,133). Sum of RGB (Red+Green+Blue) = 250+197+133=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC585 is #053A7A. Grayscale: #CDCDCD. Windows color (decimal): -342651 or 8766970. OLE color: 8766970.

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

Color convert

RGB250197133-
CMYK00.210.470.02
HSL32.82º92.13%75.1%-
HSV(B)32.82º46.8%98.04%-
XYZ63.6261.9530.79-
YUV205.5587.06159.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=43.10%
G=33.97%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019713300.210.470.0232.8292.1375.1
HexFAC5850152F2215c4b
Octal37230520502557241134113
Binary1111101011000101100001010101011011111010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC585; }

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

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

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

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

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

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

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

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