#FACD7C

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

Shades of Cherokee #FACD7C

Tints of Cherokee #FACD7C

Color information

#FACD7C (or 0xFACD7C) is unknown color: approx Cherokee. HEX triplet: FA, CD and 7C. RGB value is (250,205,124). Sum of RGB (Red+Green+Blue) = 250+205+124=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD7C is #053283. Grayscale: #D1D1D1. Windows color (decimal): -340612 or 8179194. OLE color: 8179194.

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

Color convert

RGB250205124-
CMYK00.180.500.02
HSL38.57º92.65%73.33%-
HSV(B)38.57º50.4%98.04%-
XYZ64.8965.4428.28-
YUV209.2279.91157.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=43.18%
G=35.41%
B=21.42%

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
Decimal25020512400.180.500.0238.5792.6573.33
HexFACD7C012322275d49
Octal37231517402262247135111
Binary111110101100110111111000100101100101010011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD7C; }

 p { color: rgb(250,205,124); }

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

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

 a { background-color: rgb(250,205,124); }

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

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

 span { border-color: rgb(250,205,124); }

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