Shades of Peach-Orange #FDC998
Tints of Peach-Orange #FDC998
RGB
CMYK
RGB Variations
Color information
#FDC998 (or 0xFDC998) is known color: Peach-Orange. HEX triplet: FD, C9 and 98. RGB value is (253,201,152). Sum of RGB (Red+Green+Blue) = 253+201+152=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC998 is #023667. Grayscale: #D3D3D3. Windows color (decimal): -145000 or 10013181. OLE color: 10013181.
HSL color Cylindrical-coordinate representation of color #FDC998: hue angle of 29.11º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDC998 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 152 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 29.11º | 0.96% | 0.79% | - |
| HSV(B) | 29.11º | 0.4% | 0.99% | - |
| XYZ | 67.06 | 64.92 | 38.7 | - |
| YUV | 210.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 152 | 0 | 0.21 | 0.40 | 0.01 | 29.11 | 0.96 | 0.79 |
| Hex | FD | C9 | 98 | 0 | 15 | 28 | 1 | 1D | 60 | 4F |
| Octal | 375 | 311 | 230 | 0 | 25 | 50 | 1 | 35 | 140 | 117 |
| Binary | 11111101 | 11001001 | 10011000 | 0 | 10101 | 101000 | 1 | 11101 | 1100000 | 1001111 |
Color Harmonies of #FDC998
Complementary color
Monochromatic Colors of #FDC998
Black with #FDC998
Text Example
Text Example
White with #FDC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC998; }
p { color: rgb(253,201,152); }
H1.HeaderClassName
{
color: #FDC998;
}
.AnyTagClassName
{
color: #FDC998;
}
</style>
background-color css
<style>
a { background-color: #FDC998; }
a { background-color: rgb(253,201,152); }
div.DivClassName
{
background-color: #FDC998;
}
.BgClassName
{
background-color: #FDC998;
}
</style>
border-color css
<style>
span { border-color: #FDC998; }
span { border-color: rgb(253,201,152); }
td.TdClassName
{
border-color: #FDC998;
}
.TagClassName
{
border-color: #FDC998;
}
</style>