Shades of Peach-Orange #FDC997
Tints of Peach-Orange #FDC997
RGB
CMYK
RGB Variations
Color information
#FDC997 (or 0xFDC997) is known color: Peach-Orange. HEX triplet: FD, C9 and 97. RGB value is (253,201,151). Sum of RGB (Red+Green+Blue) = 253+201+151=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC997 is #023668. Grayscale: #D3D3D3. Windows color (decimal): -145001 or 9947645. OLE color: 9947645.
HSL color Cylindrical-coordinate representation of color #FDC997: hue angle of 29.41º 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 #FDC997 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 151 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 29.41º | 0.96% | 0.79% | - |
| HSV(B) | 29.41º | 0.4% | 0.99% | - |
| XYZ | 66.98 | 64.89 | 38.27 | - |
| YUV | 210.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 151 | 0 | 0.21 | 0.40 | 0.01 | 29.41 | 0.96 | 0.79 |
| Hex | FD | C9 | 97 | 0 | 15 | 28 | 1 | 1D | 60 | 4F |
| Octal | 375 | 311 | 227 | 0 | 25 | 50 | 1 | 35 | 140 | 117 |
| Binary | 11111101 | 11001001 | 10010111 | 0 | 10101 | 101000 | 1 | 11101 | 1100000 | 1001111 |
Color Harmonies of #FDC997
Complementary color
Monochromatic Colors of #FDC997
Black with #FDC997
Text Example
Text Example
White with #FDC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC997; }
p { color: rgb(253,201,151); }
H1.HeaderClassName
{
color: #FDC997;
}
.AnyTagClassName
{
color: #FDC997;
}
</style>
background-color css
<style>
a { background-color: #FDC997; }
a { background-color: rgb(253,201,151); }
div.DivClassName
{
background-color: #FDC997;
}
.BgClassName
{
background-color: #FDC997;
}
</style>
border-color css
<style>
span { border-color: #FDC997; }
span { border-color: rgb(253,201,151); }
td.TdClassName
{
border-color: #FDC997;
}
.TagClassName
{
border-color: #FDC997;
}
</style>