#FACE7D

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

Shades of Cherokee #FACE7D

Tints of Cherokee #FACE7D

Color information

#FACE7D (or 0xFACE7D) is unknown color: approx Cherokee. HEX triplet: FA, CE and 7D. RGB value is (250,206,125). Sum of RGB (Red+Green+Blue) = 250+206+125=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE7D is #053182. Grayscale: #D2D2D2. Windows color (decimal): -340355 or 8244986. OLE color: 8244986.

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

Color convert

RGB250206125-
CMYK00.180.500.02
HSL38.88º92.59%73.53%-
HSV(B)38.88º50%98.04%-
XYZ65.265.9528.69-
YUV209.9280.08156.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=43.03%
G=35.46%
B=21.51%

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
Decimal25020612500.180.500.0238.8892.5973.53
HexFACE7D012322275d4a
Octal37231617502262247135112
Binary111110101100111011111010100101100101010011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE7D; }

 p { color: rgb(250,206,125); }

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

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

 a { background-color: rgb(250,206,125); }

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

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

 span { border-color: rgb(250,206,125); }

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