Shades of Peach-Orange #FDC99C
Tints of Peach-Orange #FDC99C
RGB
CMYK
RGB Variations
Color information
#FDC99C (or 0xFDC99C) is known color: Peach-Orange. HEX triplet: FD, C9 and 9C. RGB value is (253,201,156). Sum of RGB (Red+Green+Blue) = 253+201+156=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99C is #023663. Grayscale: #D3D3D3. Windows color (decimal): -144996 or 10275325. OLE color: 10275325.
HSL color Cylindrical-coordinate representation of color #FDC99C: hue angle of 27.84º 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 #FDC99C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 156 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.01 |
| HSL | 27.84º | 0.96% | 0.8% | - |
| HSV(B) | 27.84º | 0.38% | 0.99% | - |
| XYZ | 67.4 | 65.06 | 40.46 | - |
| YUV | 211.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 156 | 0 | 0.21 | 0.38 | 0.01 | 27.84 | 0.96 | 0.8 |
| Hex | FD | C9 | 9C | 0 | 15 | 26 | 1 | 1C | 60 | 50 |
| Octal | 375 | 311 | 234 | 0 | 25 | 46 | 1 | 34 | 140 | 120 |
| Binary | 11111101 | 11001001 | 10011100 | 0 | 10101 | 100110 | 1 | 11100 | 1100000 | 1010000 |
Color Harmonies of #FDC99C
Complementary color
Monochromatic Colors of #FDC99C
Black with #FDC99C
Text Example
Text Example
White with #FDC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC99C; }
p { color: rgb(253,201,156); }
H1.HeaderClassName
{
color: #FDC99C;
}
.AnyTagClassName
{
color: #FDC99C;
}
</style>
background-color css
<style>
a { background-color: #FDC99C; }
a { background-color: rgb(253,201,156); }
div.DivClassName
{
background-color: #FDC99C;
}
.BgClassName
{
background-color: #FDC99C;
}
</style>
border-color css
<style>
span { border-color: #FDC99C; }
span { border-color: rgb(253,201,156); }
td.TdClassName
{
border-color: #FDC99C;
}
.TagClassName
{
border-color: #FDC99C;
}
</style>