#FAC792

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

Shades of Peach-Orange #FAC792

Tints of Peach-Orange #FAC792

Color information

#FAC792 (or 0xFAC792) is unknown color: approx Peach-Orange. HEX triplet: FA, C7 and 92. RGB value is (250,199,146). Sum of RGB (Red+Green+Blue) = 250+199+146=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC792 is #05386D. Grayscale: #D0D0D0. Windows color (decimal): -342126 or 9619450. OLE color: 9619450.

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

Color convert

RGB250199146-
CMYK00.200.420.02
HSL30.58º91.23%77.65%-
HSV(B)30.58º41.6%98.04%-
XYZ65.0463.2535.97-
YUV208.2192.9157.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=42.02%
G=33.45%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019914600.200.420.0230.5891.2377.65
HexFAC7920142A21f5b4e
Octal37230722202452237133116
Binary111110101100011110010010010100101010101111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC792; }

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

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

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

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

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

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

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

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