Shades of Peach-Orange #FED098
Tints of Peach-Orange #FED098
RGB
CMYK
RGB Variations
Color information
#FED098 (or 0xFED098) is known color: Peach-Orange. HEX triplet: FE, D0 and 98. RGB value is (254,208,152). Sum of RGB (Red+Green+Blue) = 254+208+152=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FED098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED098 is #012F67. Grayscale: #D7D7D7. Windows color (decimal): -77672 or 10014974. OLE color: 10014974.
HSL color Cylindrical-coordinate representation of color #FED098: hue angle of 32.94º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FED098 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 152 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.00 |
| HSL | 32.94º | 0.98% | 0.8% | - |
| HSV(B) | 32.94º | 0.4% | 1% | - |
| XYZ | 69.1 | 68.45 | 39.28 | - |
| YUV | 215.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 152 | 0 | 0.18 | 0.40 | 0.00 | 32.94 | 0.98 | 0.8 |
| Hex | FE | D0 | 98 | 0 | 12 | 28 | 0 | 21 | 62 | 50 |
| Octal | 376 | 320 | 230 | 0 | 22 | 50 | 0 | 41 | 142 | 120 |
| Binary | 11111110 | 11010000 | 10011000 | 0 | 10010 | 101000 | 0 | 100001 | 1100010 | 1010000 |
Color Harmonies of #FED098
Complementary color
Monochromatic Colors of #FED098
Black with #FED098
Text Example
Text Example
White with #FED098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED098; }
p { color: rgb(254,208,152); }
H1.HeaderClassName
{
color: #FED098;
}
.AnyTagClassName
{
color: #FED098;
}
</style>
background-color css
<style>
a { background-color: #FED098; }
a { background-color: rgb(254,208,152); }
div.DivClassName
{
background-color: #FED098;
}
.BgClassName
{
background-color: #FED098;
}
</style>
border-color css
<style>
span { border-color: #FED098; }
span { border-color: rgb(254,208,152); }
td.TdClassName
{
border-color: #FED098;
}
.TagClassName
{
border-color: #FED098;
}
</style>