#FEC792

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

Shades of Peach-Orange #FEC792

Tints of Peach-Orange #FEC792

Color information

#FEC792 (or 0xFEC792) is unknown color: approx Peach-Orange. HEX triplet: FE, C7 and 92. RGB value is (254,199,146). Sum of RGB (Red+Green+Blue) = 254+199+146=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC792 is #01386D. Grayscale: #D1D1D1. Windows color (decimal): -79982 or 9619454. OLE color: 9619454.

HSL color Cylindrical-coordinate representation of color #FEC792: hue angle of 29.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEC792 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254199146-
CMYK00.220.430.00
HSL29.44º98.18%78.43%-
HSV(B)29.44º42.52%99.61%-
XYZ66.4863.9936.04-
YUV209.492.22159.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 146 (57.42% from 255) = 24.37%
R=42.40%
G=33.22%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419914600.220.430.0029.4498.1878.43
HexFEC7920162B01d624e
Octal37630722202653035142116
Binary11111110110001111001001001011010101101110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC792; }

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

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

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

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

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

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

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

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