Shades of Peach-Orange #FDD09C
Tints of Peach-Orange #FDD09C
RGB
CMYK
RGB Variations
Color information
#FDD09C (or 0xFDD09C) is known color: Peach-Orange. HEX triplet: FD, D0 and 9C. RGB value is (253,208,156). Sum of RGB (Red+Green+Blue) = 253+208+156=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD09C is #022F63. Grayscale: #D7D7D7. Windows color (decimal): -143204 or 10277117. OLE color: 10277117.
HSL color Cylindrical-coordinate representation of color #FDD09C: hue angle of 32.16º 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 #FDD09C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 156 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.01 |
| HSL | 32.16º | 0.96% | 0.8% | - |
| HSV(B) | 32.16º | 0.38% | 0.99% | - |
| XYZ | 69.06 | 68.39 | 41.01 | - |
| YUV | 215.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 156 | 0 | 0.18 | 0.38 | 0.01 | 32.16 | 0.96 | 0.8 |
| Hex | FD | D0 | 9C | 0 | 12 | 26 | 1 | 20 | 60 | 50 |
| Octal | 375 | 320 | 234 | 0 | 22 | 46 | 1 | 40 | 140 | 120 |
| Binary | 11111101 | 11010000 | 10011100 | 0 | 10010 | 100110 | 1 | 100000 | 1100000 | 1010000 |
Color Harmonies of #FDD09C
Complementary color
Monochromatic Colors of #FDD09C
Black with #FDD09C
Text Example
Text Example
White with #FDD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD09C; }
p { color: rgb(253,208,156); }
H1.HeaderClassName
{
color: #FDD09C;
}
.AnyTagClassName
{
color: #FDD09C;
}
</style>
background-color css
<style>
a { background-color: #FDD09C; }
a { background-color: rgb(253,208,156); }
div.DivClassName
{
background-color: #FDD09C;
}
.BgClassName
{
background-color: #FDD09C;
}
</style>
border-color css
<style>
span { border-color: #FDD09C; }
span { border-color: rgb(253,208,156); }
td.TdClassName
{
border-color: #FDD09C;
}
.TagClassName
{
border-color: #FDD09C;
}
</style>