#FACC82

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

Shades of Cherokee #FACC82

Tints of Cherokee #FACC82

Color information

#FACC82 (or 0xFACC82) is unknown color: approx Cherokee. HEX triplet: FA, CC and 82. RGB value is (250,204,130). Sum of RGB (Red+Green+Blue) = 250+204+130=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC82 is #05337D. Grayscale: #D1D1D1. Windows color (decimal): -340862 or 8572154. OLE color: 8572154.

HSL color Cylindrical-coordinate representation of color #FACC82: hue angle of 37º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FACC82 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250204130-
CMYK00.180.480.02
HSL37º92.31%74.51%-
HSV(B)37º48%98.04%-
XYZ65.0565.1230.26-
YUV209.3283.24157.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 130 (51.17% from 255) = 22.26%
R=42.81%
G=34.93%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020413000.180.480.023792.3174.51
HexFACC82012302255c4b
Octal37231420202260245134113
Binary1111101011001100100000100100101100001010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC82; }

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

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

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

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

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

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

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

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