#FAC689

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

Shades of Cherokee #FAC689

Tints of Cherokee #FAC689

Color information

#FAC689 (or 0xFAC689) is unknown color: approx Cherokee. HEX triplet: FA, C6 and 89. RGB value is (250,198,137). Sum of RGB (Red+Green+Blue) = 250+198+137=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 137 (53.91% from 255 or 23.42% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC689 is #053976. Grayscale: #CECECE. Windows color (decimal): -342391 or 9029370. OLE color: 9029370.

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

Color convert

RGB250198137-
CMYK00.210.450.02
HSL32.39º91.87%75.88%-
HSV(B)32.39º45.2%98.04%-
XYZ64.1362.5232.35-
YUV206.5988.73158.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 137 (53.91% from 255) = 23.42%
R=42.74%
G=33.85%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019813700.210.450.0232.3991.8775.88
HexFAC6890152D2205c4c
Octal37230621102555240134114
Binary1111101011000110100010010101011011011010000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC689; }

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

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

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

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

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

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

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

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