#FAC799

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

Shades of Peach-Orange #FAC799

Tints of Peach-Orange #FAC799

Color information

#FAC799 (or 0xFAC799) is unknown color: approx Peach-Orange. HEX triplet: FA, C7 and 99. RGB value is (250,199,153). Sum of RGB (Red+Green+Blue) = 250+199+153=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC799 is #053866. Grayscale: #D1D1D1. Windows color (decimal): -342119 or 10078202. OLE color: 10078202.

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

Color convert

RGB250199153-
CMYK00.200.390.02
HSL28.45º90.65%79.02%-
HSV(B)28.45º38.8%98.04%-
XYZ65.663.4738.93-
YUV20996.4157.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=41.53%
G=33.06%
B=25.42%

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
Decimal25019915300.200.390.0228.4590.6579.02
HexFAC7990142721c5b4f
Octal37230723102447234133117
Binary111110101100011110011001010100100111101110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC799; }

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

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

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

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

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

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

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

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