#FAC980

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

Shades of Cherokee #FAC980

Tints of Cherokee #FAC980

Color information

#FAC980 (or 0xFAC980) is unknown color: approx Cherokee. HEX triplet: FA, C9 and 80. RGB value is (250,201,128). Sum of RGB (Red+Green+Blue) = 250+201+128=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC980 is #05367F. Grayscale: #CFCFCF. Windows color (decimal): -341632 or 8440314. OLE color: 8440314.

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

Color convert

RGB250201128-
CMYK00.200.490.02
HSL35.9º92.42%74.12%-
HSV(B)35.9º48.8%98.04%-
XYZ64.2163.6629.32-
YUV207.3383.23158.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=43.18%
G=34.72%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020112800.200.490.0235.992.4274.12
HexFAC980014312245c4a
Octal37231120002461244134112
Binary1111101011001001100000000101001100011010010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC980; }

 p { color: rgb(250,201,128); }

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

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

 a { background-color: rgb(250,201,128); }

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

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

 span { border-color: rgb(250,201,128); }

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