Shades of Peach-Orange #FFD099
Tints of Peach-Orange #FFD099
RGB
CMYK
RGB Variations
Color information
#FFD099 (or 0xFFD099) is known color: Peach-Orange. HEX triplet: FF, D0 and 99. RGB value is (255,208,153). Sum of RGB (Red+Green+Blue) = 255+208+153=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD099 is #002F66. Grayscale: #D8D8D8. Windows color (decimal): -12135 or 10080511. OLE color: 10080511.
HSL color Cylindrical-coordinate representation of color #FFD099: hue angle of 32.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD099 is Cyan = 0, Magento = 0.18, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 153 | - |
| CMYK | 0 | 0.18 | 0.4 | 0 |
| HSL | 32.35º | 1% | 0.8% | - |
| HSV(B) | 32.35º | 0.4% | 1% | - |
| XYZ | 69.55 | 68.67 | 39.73 | - |
| YUV | 215.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 153 | 0 | 0.18 | 0.4 | 0 | 32.35 | 1 | 0.8 |
| Hex | FF | D0 | 99 | 0 | 12 | 28 | 0 | 20 | 64 | 50 |
| Octal | 377 | 320 | 231 | 0 | 22 | 50 | 0 | 40 | 144 | 120 |
| Binary | 11111111 | 11010000 | 10011001 | 0 | 10010 | 101000 | 0 | 100000 | 1100100 | 1010000 |
Color Harmonies of #FFD099
Complementary color
Monochromatic Colors of #FFD099
Black with #FFD099
Text Example
Text Example
White with #FFD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD099; }
p { color: rgb(255,208,153); }
H1.HeaderClassName
{
color: #FFD099;
}
.AnyTagClassName
{
color: #FFD099;
}
</style>
background-color css
<style>
a { background-color: #FFD099; }
a { background-color: rgb(255,208,153); }
div.DivClassName
{
background-color: #FFD099;
}
.BgClassName
{
background-color: #FFD099;
}
</style>
border-color css
<style>
span { border-color: #FFD099; }
span { border-color: rgb(255,208,153); }
td.TdClassName
{
border-color: #FFD099;
}
.TagClassName
{
border-color: #FFD099;
}
</style>