#FAC985

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

Shades of Cherokee #FAC985

Tints of Cherokee #FAC985

Color information

#FAC985 (or 0xFAC985) is unknown color: approx Cherokee. HEX triplet: FA, C9 and 85. RGB value is (250,201,133). Sum of RGB (Red+Green+Blue) = 250+201+133=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC985 is #05367A. Grayscale: #D0D0D0. Windows color (decimal): -341627 or 8767994. OLE color: 8767994.

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

Color convert

RGB250201133-
CMYK00.200.470.02
HSL34.87º92.13%75.1%-
HSV(B)34.87º46.8%98.04%-
XYZ64.5463.7931.1-
YUV207.985.73158.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 133 (52.34% from 255) = 22.77%
R=42.81%
G=34.42%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020113300.200.470.0234.8792.1375.1
HexFAC9850142F2235c4b
Octal37231120502457243134113
Binary1111101011001001100001010101001011111010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC985; }

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

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

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

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

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

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

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

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