Shades of Peach-Orange #FDC799
Tints of Peach-Orange #FDC799
RGB
CMYK
RGB Variations
Color information
#FDC799 (or 0xFDC799) is known color: Peach-Orange. HEX triplet: FD, C7 and 99. RGB value is (253,199,153). Sum of RGB (Red+Green+Blue) = 253+199+153=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC799 is #023866. Grayscale: #D2D2D2. Windows color (decimal): -145511 or 10078205. OLE color: 10078205.
HSL color Cylindrical-coordinate representation of color #FDC799: hue angle of 27.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC799 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 153 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 27.6º | 0.96% | 0.8% | - |
| HSV(B) | 27.6º | 0.4% | 0.99% | - |
| XYZ | 66.68 | 64.03 | 38.98 | - |
| YUV | 209.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 153 | 0 | 0.21 | 0.40 | 0.01 | 27.6 | 0.96 | 0.8 |
| Hex | FD | C7 | 99 | 0 | 15 | 28 | 1 | 1C | 60 | 50 |
| Octal | 375 | 307 | 231 | 0 | 25 | 50 | 1 | 34 | 140 | 120 |
| Binary | 11111101 | 11000111 | 10011001 | 0 | 10101 | 101000 | 1 | 11100 | 1100000 | 1010000 |
Color Harmonies of #FDC799
Complementary color
Monochromatic Colors of #FDC799
Black with #FDC799
Text Example
Text Example
White with #FDC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC799; }
p { color: rgb(253,199,153); }
H1.HeaderClassName
{
color: #FDC799;
}
.AnyTagClassName
{
color: #FDC799;
}
</style>
background-color css
<style>
a { background-color: #FDC799; }
a { background-color: rgb(253,199,153); }
div.DivClassName
{
background-color: #FDC799;
}
.BgClassName
{
background-color: #FDC799;
}
</style>
border-color css
<style>
span { border-color: #FDC799; }
span { border-color: rgb(253,199,153); }
td.TdClassName
{
border-color: #FDC799;
}
.TagClassName
{
border-color: #FDC799;
}
</style>