Shades of Peach-Orange #FED09F
Tints of Peach-Orange #FED09F
RGB
CMYK
RGB Variations
Color information
#FED09F (or 0xFED09F) is known color: Peach-Orange. HEX triplet: FE, D0 and 9F. RGB value is (254,208,159). Sum of RGB (Red+Green+Blue) = 254+208+159=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09F is #012F60. Grayscale: #D8D8D8. Windows color (decimal): -77665 or 10473726. OLE color: 10473726.
HSL color Cylindrical-coordinate representation of color #FED09F: hue angle of 30.95º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FED09F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 159 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.00 |
| HSL | 30.95º | 0.98% | 0.81% | - |
| HSV(B) | 30.95º | 0.37% | 1% | - |
| XYZ | 69.69 | 68.69 | 42.39 | - |
| YUV | 216.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 159 | 0 | 0.18 | 0.37 | 0.00 | 30.95 | 0.98 | 0.81 |
| Hex | FE | D0 | 9F | 0 | 12 | 25 | 0 | 1F | 62 | 51 |
| Octal | 376 | 320 | 237 | 0 | 22 | 45 | 0 | 37 | 142 | 121 |
| Binary | 11111110 | 11010000 | 10011111 | 0 | 10010 | 100101 | 0 | 11111 | 1100010 | 1010001 |
Color Harmonies of #FED09F
Complementary color
Monochromatic Colors of #FED09F
Black with #FED09F
Text Example
Text Example
White with #FED09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED09F; }
p { color: rgb(254,208,159); }
H1.HeaderClassName
{
color: #FED09F;
}
.AnyTagClassName
{
color: #FED09F;
}
</style>
background-color css
<style>
a { background-color: #FED09F; }
a { background-color: rgb(254,208,159); }
div.DivClassName
{
background-color: #FED09F;
}
.BgClassName
{
background-color: #FED09F;
}
</style>
border-color css
<style>
span { border-color: #FED09F; }
span { border-color: rgb(254,208,159); }
td.TdClassName
{
border-color: #FED09F;
}
.TagClassName
{
border-color: #FED09F;
}
</style>