#FACA84

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

Shades of Cherokee #FACA84

Tints of Cherokee #FACA84

Color information

#FACA84 (or 0xFACA84) is unknown color: approx Cherokee. HEX triplet: FA, CA and 84. RGB value is (250,202,132). Sum of RGB (Red+Green+Blue) = 250+202+132=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA84 is #05357B. Grayscale: #D0D0D0. Windows color (decimal): -341372 or 8702714. OLE color: 8702714.

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

Color convert

RGB250202132-
CMYK00.190.470.02
HSL35.59º92.19%74.9%-
HSV(B)35.59º47.2%98.04%-
XYZ64.7164.2330.82-
YUV208.3784.9157.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 132 (51.95% from 255) = 22.60%
R=42.81%
G=34.59%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020213200.190.470.0235.5992.1974.9
HexFACA840132F2245c4b
Octal37231220402357244134113
Binary1111101011001010100001000100111011111010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA84; }

 p { color: rgb(250,202,132); }

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

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

 a { background-color: rgb(250,202,132); }

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

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

 span { border-color: rgb(250,202,132); }

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