#FED09E

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

Shades of Peach-Orange #FED09E

Tints of Peach-Orange #FED09E

Color information

#FED09E (or 0xFED09E) is unknown color: approx Peach-Orange. HEX triplet: FE, D0 and 9E. RGB value is (254,208,158). Sum of RGB (Red+Green+Blue) = 254+208+158=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09E is #012F61. Grayscale: #D8D8D8. Windows color (decimal): -77666 or 10408190. OLE color: 10408190.

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

Color convert

RGB254208158-
CMYK00.180.380.00
HSL31.25º97.96%80.78%-
HSV(B)31.25º37.8%99.61%-
XYZ69.668.6541.93-
YUV216.0595.24155.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 158 (62.11% from 255) = 25.48%
R=40.97%
G=33.55%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420815800.180.380.0031.2597.9680.78
HexFED09E0122601f6251
Octal37632023602246037142121
Binary11111110110100001001111001001010011001111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED09E; }

 p { color: rgb(254,208,158); }

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

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

 a { background-color: rgb(254,208,158); }

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

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

 span { border-color: rgb(254,208,158); }

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