Shades of Peach-Orange #FED099
Tints of Peach-Orange #FED099
RGB
CMYK
RGB Variations
Color information
#FED099 (or 0xFED099) is known color: Peach-Orange. HEX triplet: FE, D0 and 99. RGB value is (254,208,153). Sum of RGB (Red+Green+Blue) = 254+208+153=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FED099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED099 is #012F66. Grayscale: #D7D7D7. Windows color (decimal): -77671 or 10080510. OLE color: 10080510.
HSL color Cylindrical-coordinate representation of color #FED099: hue angle of 32.67º 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 #FED099 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 153 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.00 |
| HSL | 32.67º | 0.98% | 0.8% | - |
| HSV(B) | 32.67º | 0.4% | 1% | - |
| XYZ | 69.18 | 68.48 | 39.71 | - |
| YUV | 215.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 153 | 0 | 0.18 | 0.40 | 0.00 | 32.67 | 0.98 | 0.8 |
| Hex | FE | D0 | 99 | 0 | 12 | 28 | 0 | 21 | 62 | 50 |
| Octal | 376 | 320 | 231 | 0 | 22 | 50 | 0 | 41 | 142 | 120 |
| Binary | 11111110 | 11010000 | 10011001 | 0 | 10010 | 101000 | 0 | 100001 | 1100010 | 1010000 |
Color Harmonies of #FED099
Complementary color
Monochromatic Colors of #FED099
Black with #FED099
Text Example
Text Example
White with #FED099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED099; }
p { color: rgb(254,208,153); }
H1.HeaderClassName
{
color: #FED099;
}
.AnyTagClassName
{
color: #FED099;
}
</style>
background-color css
<style>
a { background-color: #FED099; }
a { background-color: rgb(254,208,153); }
div.DivClassName
{
background-color: #FED099;
}
.BgClassName
{
background-color: #FED099;
}
</style>
border-color css
<style>
span { border-color: #FED099; }
span { border-color: rgb(254,208,153); }
td.TdClassName
{
border-color: #FED099;
}
.TagClassName
{
border-color: #FED099;
}
</style>