#FAC797

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

Shades of Peach-Orange #FAC797

Tints of Peach-Orange #FAC797

Color information

#FAC797 (or 0xFAC797) is unknown color: approx Peach-Orange. HEX triplet: FA, C7 and 97. RGB value is (250,199,151). Sum of RGB (Red+Green+Blue) = 250+199+151=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC797 is #053868. Grayscale: #D1D1D1. Windows color (decimal): -342121 or 9947130. OLE color: 9947130.

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

Color convert

RGB250199151-
CMYK00.200.400.02
HSL29.09º90.83%78.63%-
HSV(B)29.09º39.6%98.04%-
XYZ65.4363.4138.07-
YUV208.7895.4157.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=41.67%
G=33.17%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019915100.200.400.0229.0990.8378.63
HexFAC7970142821d5b4f
Octal37230722702450235133117
Binary111110101100011110010111010100101000101110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC797; }

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

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

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

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

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

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

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

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