#FACC80

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

Shades of Cherokee #FACC80

Tints of Cherokee #FACC80

Color information

#FACC80 (or 0xFACC80) is unknown color: approx Cherokee. HEX triplet: FA, CC and 80. RGB value is (250,204,128). Sum of RGB (Red+Green+Blue) = 250+204+128=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC80 is #05337F. Grayscale: #D1D1D1. Windows color (decimal): -340864 or 8441082. OLE color: 8441082.

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

Color convert

RGB250204128-
CMYK00.180.490.02
HSL37.38º92.42%74.12%-
HSV(B)37.38º48.8%98.04%-
XYZ64.9165.0729.56-
YUV209.0982.24157.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.96%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=42.96%
G=35.05%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020412800.180.490.0237.3892.4274.12
HexFACC80012312255c4a
Octal37231420002261245134112
Binary1111101011001100100000000100101100011010010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC80; }

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

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

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

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

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

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

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

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