#FACA81

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

Shades of Cherokee #FACA81

Tints of Cherokee #FACA81

Color information

#FACA81 (or 0xFACA81) is unknown color: approx Cherokee. HEX triplet: FA, CA and 81. RGB value is (250,202,129). Sum of RGB (Red+Green+Blue) = 250+202+129=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 129 (50.78% from 255 or 22.20% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA81 is #05357E. Grayscale: #D0D0D0. Windows color (decimal): -341375 or 8506106. OLE color: 8506106.

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

Color convert

RGB250202129-
CMYK00.190.480.02
HSL36.2º92.37%74.31%-
HSV(B)36.2º48.4%98.04%-
XYZ64.5164.1529.75-
YUV208.0383.4157.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 129 (50.78% from 255) = 22.20%
R=43.03%
G=34.77%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020212900.190.480.0236.292.3774.31
HexFACA81013302245c4a
Octal37231220102360244134112
Binary1111101011001010100000010100111100001010010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACA81; }

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

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

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

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

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

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

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

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