Shades of Peach-Orange #FDD09A
Tints of Peach-Orange #FDD09A
RGB
CMYK
RGB Variations
Color information
#FDD09A (or 0xFDD09A) is known color: Peach-Orange. HEX triplet: FD, D0 and 9A. RGB value is (253,208,154). Sum of RGB (Red+Green+Blue) = 253+208+154=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD09A is #022F65. Grayscale: #D7D7D7. Windows color (decimal): -143206 or 10146045. OLE color: 10146045.
HSL color Cylindrical-coordinate representation of color #FDD09A: hue angle of 32.73º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDD09A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 154 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.01 |
| HSL | 32.73º | 0.96% | 0.8% | - |
| HSV(B) | 32.73º | 0.39% | 0.99% | - |
| XYZ | 68.9 | 68.33 | 40.13 | - |
| YUV | 215.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 154 | 0 | 0.18 | 0.39 | 0.01 | 32.73 | 0.96 | 0.8 |
| Hex | FD | D0 | 9A | 0 | 12 | 27 | 1 | 21 | 60 | 50 |
| Octal | 375 | 320 | 232 | 0 | 22 | 47 | 1 | 41 | 140 | 120 |
| Binary | 11111101 | 11010000 | 10011010 | 0 | 10010 | 100111 | 1 | 100001 | 1100000 | 1010000 |
Color Harmonies of #FDD09A
Complementary color
Monochromatic Colors of #FDD09A
Black with #FDD09A
Text Example
Text Example
White with #FDD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD09A; }
p { color: rgb(253,208,154); }
H1.HeaderClassName
{
color: #FDD09A;
}
.AnyTagClassName
{
color: #FDD09A;
}
</style>
background-color css
<style>
a { background-color: #FDD09A; }
a { background-color: rgb(253,208,154); }
div.DivClassName
{
background-color: #FDD09A;
}
.BgClassName
{
background-color: #FDD09A;
}
</style>
border-color css
<style>
span { border-color: #FDD09A; }
span { border-color: rgb(253,208,154); }
td.TdClassName
{
border-color: #FDD09A;
}
.TagClassName
{
border-color: #FDD09A;
}
</style>