#FECE92

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

Shades of Peach-Orange #FECE92

Tints of Peach-Orange #FECE92

Color information

#FECE92 (or 0xFECE92) is unknown color: approx Peach-Orange. HEX triplet: FE, CE and 92. RGB value is (254,206,146). Sum of RGB (Red+Green+Blue) = 254+206+146=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE92 is #01316D. Grayscale: #D5D5D5. Windows color (decimal): -78190 or 9621246. OLE color: 9621246.

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

Color convert

RGB254206146-
CMYK00.190.430.00
HSL33.33º98.18%78.43%-
HSV(B)33.33º42.52%99.61%-
XYZ68.1367.2936.59-
YUV213.5189.9156.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 146 (57.42% from 255) = 24.09%
R=41.91%
G=33.99%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420614600.190.430.0033.3398.1878.43
HexFECE920132B021624e
Octal37631622202353041142116
Binary111111101100111010010010010011101011010000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECE92; }

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

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

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

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

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

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

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

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