#FAC583

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

Shades of Cherokee #FAC583

Tints of Cherokee #FAC583

Color information

#FAC583 (or 0xFAC583) is unknown color: approx Cherokee. HEX triplet: FA, C5 and 83. RGB value is (250,197,131). Sum of RGB (Red+Green+Blue) = 250+197+131=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC583 is #053A7C. Grayscale: #CDCDCD. Windows color (decimal): -342653 or 8635898. OLE color: 8635898.

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

Color convert

RGB250197131-
CMYK00.210.480.02
HSL33.28º92.25%74.71%-
HSV(B)33.28º47.6%98.04%-
XYZ63.4961.930.07-
YUV205.3286.06159.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 131 (51.56% from 255) = 22.66%
R=43.25%
G=34.08%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019713100.210.480.0233.2892.2574.71
HexFAC583015302215c4b
Octal37230520302560241134113
Binary1111101011000101100000110101011100001010000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC583; }

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

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

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

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

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

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

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

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