#FAC999

Color #FAC999 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FAC999

Tints of Peach-Orange #FAC999

Color information

#FAC999 (or 0xFAC999) is unknown color: approx Peach-Orange. HEX triplet: FA, C9 and 99. RGB value is (250,201,153). Sum of RGB (Red+Green+Blue) = 250+201+153=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC999 is #053666. Grayscale: #D2D2D2. Windows color (decimal): -341607 or 10078714. OLE color: 10078714.

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

Color convert

RGB250201153-
CMYK00.200.390.02
HSL29.69º90.65%79.02%-
HSV(B)29.69º38.8%98.04%-
XYZ66.0664.439.09-
YUV210.1895.73156.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 153 (60.16% from 255) = 25.33%
R=41.39%
G=33.28%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020115300.200.390.0229.6990.6579.02
HexFAC9990142721e5b4f
Octal37231123102447236133117
Binary111110101100100110011001010100100111101111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC999; }

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

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

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

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

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

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

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

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