#FEC892

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

Shades of Peach-Orange #FEC892

Tints of Peach-Orange #FEC892

Color information

#FEC892 (or 0xFEC892) is unknown color: approx Peach-Orange. HEX triplet: FE, C8 and 92. RGB value is (254,200,146). Sum of RGB (Red+Green+Blue) = 254+200+146=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC892 is #01376D. Grayscale: #D2D2D2. Windows color (decimal): -79726 or 9619710. OLE color: 9619710.

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

Color convert

RGB254200146-
CMYK00.210.430.00
HSL30º98.18%78.43%-
HSV(B)30º42.52%99.61%-
XYZ66.7264.4536.12-
YUV209.9991.89159.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 24.33%
R=42.33%
G=33.33%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420014600.210.430.003098.1878.43
HexFEC8920152B01e624e
Octal37631022202553036142116
Binary11111110110010001001001001010110101101111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC892; }

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

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

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

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

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

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

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

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