#FACC7E

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

Shades of Cherokee #FACC7E

Tints of Cherokee #FACC7E

Color information

#FACC7E (or 0xFACC7E) is unknown color: approx Cherokee. HEX triplet: FA, CC and 7E. RGB value is (250,204,126). Sum of RGB (Red+Green+Blue) = 250+204+126=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC7E is #053381. Grayscale: #D1D1D1. Windows color (decimal): -340866 or 8310010. OLE color: 8310010.

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

Color convert

RGB250204126-
CMYK00.180.500.02
HSL37.74º92.54%73.73%-
HSV(B)37.74º49.6%98.04%-
XYZ64.7865.0228.87-
YUV208.8681.24157.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 126 (49.61% from 255) = 21.72%
R=43.10%
G=35.17%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020412600.180.500.0237.7492.5473.73
HexFACC7E012322265d4a
Octal37231417602262246135112
Binary111110101100110011111100100101100101010011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC7E; }

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

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

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

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

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

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

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

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