#FEC592

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

Shades of Peach-Orange #FEC592

Tints of Peach-Orange #FEC592

Color information

#FEC592 (or 0xFEC592) is unknown color: approx Peach-Orange. HEX triplet: FE, C5 and 92. RGB value is (254,197,146). Sum of RGB (Red+Green+Blue) = 254+197+146=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC592 is #013A6D. Grayscale: #D0D0D0. Windows color (decimal): -80494 or 9618942. OLE color: 9618942.

HSL color Cylindrical-coordinate representation of color #FEC592: hue angle of 28.33º 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 #FEC592 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB254197146-
CMYK00.220.430.00
HSL28.33º98.18%78.43%-
HSV(B)28.33º42.52%99.61%-
XYZ66.0363.0835.89-
YUV208.2392.88160.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=42.55%
G=33.00%
B=24.46%

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
Decimal25419714600.220.430.0028.3398.1878.43
HexFEC5920162B01c624e
Octal37630522202653034142116
Binary11111110110001011001001001011010101101110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC592; }

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

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

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

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

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

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

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

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