#FACF89

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

Shades of Cherokee #FACF89

Tints of Cherokee #FACF89

Color information

#FACF89 (or 0xFACF89) is unknown color: approx Cherokee. HEX triplet: FA, CF and 89. RGB value is (250,207,137). Sum of RGB (Red+Green+Blue) = 250+207+137=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACF89 is #053076. Grayscale: #D4D4D4. Windows color (decimal): -340087 or 9031674. OLE color: 9031674.

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

Color convert

RGB250207137-
CMYK00.170.450.02
HSL37.17º91.87%75.88%-
HSV(B)37.17º45.2%98.04%-
XYZ66.2566.7633.06-
YUV211.8885.75155.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 137 (53.91% from 255) = 23.06%
R=42.09%
G=34.85%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020713700.170.450.0237.1791.8775.88
HexFACF890112D2255c4c
Octal37231721102155245134114
Binary1111101011001111100010010100011011011010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF89; }

 p { color: rgb(250,207,137); }

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

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

 a { background-color: rgb(250,207,137); }

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

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

 span { border-color: rgb(250,207,137); }

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