#FAC485

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

Shades of Cherokee #FAC485

Tints of Cherokee #FAC485

Color information

#FAC485 (or 0xFAC485) is unknown color: approx Cherokee. HEX triplet: FA, C4 and 85. RGB value is (250,196,133). Sum of RGB (Red+Green+Blue) = 250+196+133=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC485 is #053B7A. Grayscale: #CDCDCD. Windows color (decimal): -342907 or 8766714. OLE color: 8766714.

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

Color convert

RGB250196133-
CMYK00.220.470.02
HSL32.31º92.13%75.1%-
HSV(B)32.31º46.8%98.04%-
XYZ63.461.530.72-
YUV204.9687.39160.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=43.18%
G=33.85%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019613300.220.470.0232.3192.1375.1
HexFAC4850162F2205c4b
Octal37230420502657240134113
Binary1111101011000100100001010101101011111010000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC485; }

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

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

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

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

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

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

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

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