#FAC884

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

Shades of Cherokee #FAC884

Tints of Cherokee #FAC884

Color information

#FAC884 (or 0xFAC884) is unknown color: approx Cherokee. HEX triplet: FA, C8 and 84. RGB value is (250,200,132). Sum of RGB (Red+Green+Blue) = 250+200+132=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC884 is #05377B. Grayscale: #CFCFCF. Windows color (decimal): -341884 or 8702202. OLE color: 8702202.

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

Color convert

RGB250200132-
CMYK00.20.470.02
HSL34.58º92.19%74.9%-
HSV(B)34.58º47.2%98.04%-
XYZ64.2463.330.66-
YUV207.285.57158.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 132 (51.95% from 255) = 22.68%
R=42.96%
G=34.36%
B=22.68%

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
Decimal25020013200.20.470.0234.5892.1974.9
HexFAC8840142F2235c4b
Octal37231020402457243134113
Binary1111101011001000100001000101001011111010001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC884; }

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

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

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

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

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

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

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

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