Shades of Peach-Orange #FDD09F
Tints of Peach-Orange #FDD09F
RGB
CMYK
RGB Variations
Color information
#FDD09F (or 0xFDD09F) is known color: Peach-Orange. HEX triplet: FD, D0 and 9F. RGB value is (253,208,159). Sum of RGB (Red+Green+Blue) = 253+208+159=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD09F is #022F60. Grayscale: #D8D8D8. Windows color (decimal): -143201 or 10473725. OLE color: 10473725.
HSL color Cylindrical-coordinate representation of color #FDD09F: hue angle of 31.28º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDD09F is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 159 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.01 |
| HSL | 31.28º | 0.96% | 0.81% | - |
| HSV(B) | 31.28º | 0.37% | 0.99% | - |
| XYZ | 69.32 | 68.5 | 42.37 | - |
| YUV | 215.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 159 | 0 | 0.18 | 0.37 | 0.01 | 31.28 | 0.96 | 0.81 |
| Hex | FD | D0 | 9F | 0 | 12 | 25 | 1 | 1F | 60 | 51 |
| Octal | 375 | 320 | 237 | 0 | 22 | 45 | 1 | 37 | 140 | 121 |
| Binary | 11111101 | 11010000 | 10011111 | 0 | 10010 | 100101 | 1 | 11111 | 1100000 | 1010001 |
Color Harmonies of #FDD09F
Complementary color
Monochromatic Colors of #FDD09F
Black with #FDD09F
Text Example
Text Example
White with #FDD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD09F; }
p { color: rgb(253,208,159); }
H1.HeaderClassName
{
color: #FDD09F;
}
.AnyTagClassName
{
color: #FDD09F;
}
</style>
background-color css
<style>
a { background-color: #FDD09F; }
a { background-color: rgb(253,208,159); }
div.DivClassName
{
background-color: #FDD09F;
}
.BgClassName
{
background-color: #FDD09F;
}
</style>
border-color css
<style>
span { border-color: #FDD09F; }
span { border-color: rgb(253,208,159); }
td.TdClassName
{
border-color: #FDD09F;
}
.TagClassName
{
border-color: #FDD09F;
}
</style>