Shades of Peach-Orange #FFD09E
Tints of Peach-Orange #FFD09E
RGB
CMYK
RGB Variations
Color information
#FFD09E (or 0xFFD09E) is known color: Peach-Orange. HEX triplet: FF, D0 and 9E. RGB value is (255,208,158). Sum of RGB (Red+Green+Blue) = 255+208+158=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD09E is #002F61. Grayscale: #D8D8D8. Windows color (decimal): -12130 or 10408191. OLE color: 10408191.
HSL color Cylindrical-coordinate representation of color #FFD09E: hue angle of 30.93º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFD09E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 158 | - |
| CMYK | 0 | 0.18 | 0.38 | 0 |
| HSL | 30.93º | 1% | 0.81% | - |
| HSV(B) | 30.93º | 0.38% | 1% | - |
| XYZ | 69.97 | 68.84 | 41.95 | - |
| YUV | 216.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 158 | 0 | 0.18 | 0.38 | 0 | 30.93 | 1 | 0.81 |
| Hex | FF | D0 | 9E | 0 | 12 | 26 | 0 | 1F | 64 | 51 |
| Octal | 377 | 320 | 236 | 0 | 22 | 46 | 0 | 37 | 144 | 121 |
| Binary | 11111111 | 11010000 | 10011110 | 0 | 10010 | 100110 | 0 | 11111 | 1100100 | 1010001 |
Color Harmonies of #FFD09E
Complementary color
Monochromatic Colors of #FFD09E
Black with #FFD09E
Text Example
Text Example
White with #FFD09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD09E; }
p { color: rgb(255,208,158); }
H1.HeaderClassName
{
color: #FFD09E;
}
.AnyTagClassName
{
color: #FFD09E;
}
</style>
background-color css
<style>
a { background-color: #FFD09E; }
a { background-color: rgb(255,208,158); }
div.DivClassName
{
background-color: #FFD09E;
}
.BgClassName
{
background-color: #FFD09E;
}
</style>
border-color css
<style>
span { border-color: #FFD09E; }
span { border-color: rgb(255,208,158); }
td.TdClassName
{
border-color: #FFD09E;
}
.TagClassName
{
border-color: #FFD09E;
}
</style>