#FAC982

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

Shades of Cherokee #FAC982

Tints of Cherokee #FAC982

Color information

#FAC982 (or 0xFAC982) is unknown color: approx Cherokee. HEX triplet: FA, C9 and 82. RGB value is (250,201,130). Sum of RGB (Red+Green+Blue) = 250+201+130=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC982 is #05367D. Grayscale: #CFCFCF. Windows color (decimal): -341630 or 8571386. OLE color: 8571386.

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

Color convert

RGB250201130-
CMYK00.200.480.02
HSL35.5º92.31%74.51%-
HSV(B)35.5º48%98.04%-
XYZ64.3463.7130.03-
YUV207.5684.23158.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 130 (51.17% from 255) = 22.38%
R=43.03%
G=34.60%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020113000.200.480.0235.592.3174.51
HexFAC982014302245c4b
Octal37231120202460244134113
Binary1111101011001001100000100101001100001010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC982; }

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

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

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

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

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

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

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

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