Shades of Peach-Orange #FDD09D
Tints of Peach-Orange #FDD09D
RGB
CMYK
RGB Variations
Color information
#FDD09D (or 0xFDD09D) is known color: Peach-Orange. HEX triplet: FD, D0 and 9D. RGB value is (253,208,157). Sum of RGB (Red+Green+Blue) = 253+208+157=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD09D is #022F62. Grayscale: #D7D7D7. Windows color (decimal): -143203 or 10342653. OLE color: 10342653.
HSL color Cylindrical-coordinate representation of color #FDD09D: hue angle of 31.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDD09D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 157 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.01 |
| HSL | 31.88º | 0.96% | 0.8% | - |
| HSV(B) | 31.88º | 0.38% | 0.99% | - |
| XYZ | 69.15 | 68.43 | 41.46 | - |
| YUV | 215.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 157 | 0 | 0.18 | 0.38 | 0.01 | 31.88 | 0.96 | 0.8 |
| Hex | FD | D0 | 9D | 0 | 12 | 26 | 1 | 20 | 60 | 50 |
| Octal | 375 | 320 | 235 | 0 | 22 | 46 | 1 | 40 | 140 | 120 |
| Binary | 11111101 | 11010000 | 10011101 | 0 | 10010 | 100110 | 1 | 100000 | 1100000 | 1010000 |
Color Harmonies of #FDD09D
Complementary color
Monochromatic Colors of #FDD09D
Black with #FDD09D
Text Example
Text Example
White with #FDD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD09D; }
p { color: rgb(253,208,157); }
H1.HeaderClassName
{
color: #FDD09D;
}
.AnyTagClassName
{
color: #FDD09D;
}
</style>
background-color css
<style>
a { background-color: #FDD09D; }
a { background-color: rgb(253,208,157); }
div.DivClassName
{
background-color: #FDD09D;
}
.BgClassName
{
background-color: #FDD09D;
}
</style>
border-color css
<style>
span { border-color: #FDD09D; }
span { border-color: rgb(253,208,157); }
td.TdClassName
{
border-color: #FDD09D;
}
.TagClassName
{
border-color: #FDD09D;
}
</style>