#FAC782

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

Shades of Cherokee #FAC782

Tints of Cherokee #FAC782

Color information

#FAC782 (or 0xFAC782) is unknown color: approx Cherokee. HEX triplet: FA, C7 and 82. RGB value is (250,199,130). Sum of RGB (Red+Green+Blue) = 250+199+130=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC782 is #05387D. Grayscale: #CECECE. Windows color (decimal): -342142 or 8570874. OLE color: 8570874.

HSL color Cylindrical-coordinate representation of color #FAC782: hue angle of 34.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 #FAC782 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250199130-
CMYK00.200.480.02
HSL34.5º92.31%74.51%-
HSV(B)34.5º48%98.04%-
XYZ63.8862.7829.87-
YUV206.3884.9159.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 130 (51.17% from 255) = 22.45%
R=43.18%
G=34.37%
B=22.45%

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
Decimal25019913000.200.480.0234.592.3174.51
HexFAC782014302225c4b
Octal37230720202460242134113
Binary1111101011000111100000100101001100001010001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC782; }

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

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

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

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

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

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

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

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