#FAC885

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

Shades of Cherokee #FAC885

Tints of Cherokee #FAC885

Color information

#FAC885 (or 0xFAC885) is unknown color: approx Cherokee. HEX triplet: FA, C8 and 85. RGB value is (250,200,133). Sum of RGB (Red+Green+Blue) = 250+200+133=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC885 is #05377A. Grayscale: #CFCFCF. Windows color (decimal): -341883 or 8767738. OLE color: 8767738.

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

Color convert

RGB250200133-
CMYK00.20.470.02
HSL34.36º92.13%75.1%-
HSV(B)34.36º46.8%98.04%-
XYZ64.3163.3331.02-
YUV207.3186.07158.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=42.88%
G=34.31%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020013300.20.470.0234.3692.1375.1
HexFAC8850142F2225c4b
Octal37231020502457242134113
Binary1111101011001000100001010101001011111010001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC885; }

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

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

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

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

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

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

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

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