#FAC783

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

Shades of Cherokee #FAC783

Tints of Cherokee #FAC783

Color information

#FAC783 (or 0xFAC783) is unknown color: approx Cherokee. HEX triplet: FA, C7 and 83. RGB value is (250,199,131). Sum of RGB (Red+Green+Blue) = 250+199+131=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC783 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC783 is #05387C. Grayscale: #CECECE. Windows color (decimal): -342141 or 8636410. OLE color: 8636410.

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

Color convert

RGB250199131-
CMYK00.200.480.02
HSL34.29º92.25%74.71%-
HSV(B)34.29º47.6%98.04%-
XYZ63.9462.8130.23-
YUV206.585.4159.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 199 (78.12% from 255) = 34.31%
BLUE value IS 131 (51.56% from 255) = 22.59%
R=43.10%
G=34.31%
B=22.59%

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
Decimal25019913100.200.480.0234.2992.2574.71
HexFAC783014302225c4b
Octal37230720302460242134113
Binary1111101011000111100000110101001100001010001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC783; }

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

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

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

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

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

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

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

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