#FACC84

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

Shades of Cherokee #FACC84

Tints of Cherokee #FACC84

Color information

#FACC84 (or 0xFACC84) is unknown color: approx Cherokee. HEX triplet: FA, CC and 84. RGB value is (250,204,132). Sum of RGB (Red+Green+Blue) = 250+204+132=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC84 is #05337B. Grayscale: #D1D1D1. Windows color (decimal): -340860 or 8703226. OLE color: 8703226.

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

Color convert

RGB250204132-
CMYK00.180.470.02
HSL36.61º92.19%74.9%-
HSV(B)36.61º47.2%98.04%-
XYZ65.1865.1830.97-
YUV209.5584.24156.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=42.66%
G=34.81%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020413200.180.470.0236.6192.1974.9
HexFACC840122F2255c4b
Octal37231420402257245134113
Binary1111101011001100100001000100101011111010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC84; }

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

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

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

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

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

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

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

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