Shades of Peach-Orange #FDC891
Tints of Peach-Orange #FDC891
RGB
CMYK
RGB Variations
Color information
#FDC891 (or 0xFDC891) is known color: Peach-Orange. HEX triplet: FD, C8 and 91. RGB value is (253,200,145). Sum of RGB (Red+Green+Blue) = 253+200+145=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC891 is #02376E. Grayscale: #D1D1D1. Windows color (decimal): -145263 or 9554173. OLE color: 9554173.
HSL color Cylindrical-coordinate representation of color #FDC891: hue angle of 30.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC891 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 145 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 30.56º | 0.96% | 0.78% | - |
| HSV(B) | 30.56º | 0.43% | 0.99% | - |
| XYZ | 66.27 | 64.24 | 35.69 | - |
| YUV | 209.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 145 | 0 | 0.21 | 0.43 | 0.01 | 30.56 | 0.96 | 0.78 |
| Hex | FD | C8 | 91 | 0 | 15 | 2B | 1 | 1F | 60 | 4E |
| Octal | 375 | 310 | 221 | 0 | 25 | 53 | 1 | 37 | 140 | 116 |
| Binary | 11111101 | 11001000 | 10010001 | 0 | 10101 | 101011 | 1 | 11111 | 1100000 | 1001110 |
Color Harmonies of #FDC891
Complementary color
Monochromatic Colors of #FDC891
Black with #FDC891
Text Example
Text Example
White with #FDC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC891; }
p { color: rgb(253,200,145); }
H1.HeaderClassName
{
color: #FDC891;
}
.AnyTagClassName
{
color: #FDC891;
}
</style>
background-color css
<style>
a { background-color: #FDC891; }
a { background-color: rgb(253,200,145); }
div.DivClassName
{
background-color: #FDC891;
}
.BgClassName
{
background-color: #FDC891;
}
</style>
border-color css
<style>
span { border-color: #FDC891; }
span { border-color: rgb(253,200,145); }
td.TdClassName
{
border-color: #FDC891;
}
.TagClassName
{
border-color: #FDC891;
}
</style>