#FEC28E

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

Shades of Peach-Orange #FEC28E

Tints of Peach-Orange #FEC28E

Color information

#FEC28E (or 0xFEC28E) is unknown color: approx Peach-Orange. HEX triplet: FE, C2 and 8E. RGB value is (254,194,142). Sum of RGB (Red+Green+Blue) = 254+194+142=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC28E is #013D71. Grayscale: #CECECE. Windows color (decimal): -81266 or 9356030. OLE color: 9356030.

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

Color convert

RGB254194142-
CMYK00.240.440.00
HSL27.86º98.25%77.65%-
HSV(B)27.86º44.09%99.61%-
XYZ65.0561.6134.05-
YUV206.0191.88162.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=43.05%
G=32.88%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419414200.240.440.0027.8698.2577.65
HexFEC28E0182C01c624e
Octal37630221603054034142116
Binary11111110110000101000111001100010110001110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC28E; }

 p { color: rgb(254,194,142); }

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

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

 a { background-color: rgb(254,194,142); }

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

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

 span { border-color: rgb(254,194,142); }

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