Shades of Peach-Orange #FDC894
Tints of Peach-Orange #FDC894
RGB
CMYK
RGB Variations
Color information
#FDC894 (or 0xFDC894) is known color: Peach-Orange. HEX triplet: FD, C8 and 94. RGB value is (253,200,148). Sum of RGB (Red+Green+Blue) = 253+200+148=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC894 is #02376B. Grayscale: #D2D2D2. Windows color (decimal): -145260 or 9750781. OLE color: 9750781.
HSL color Cylindrical-coordinate representation of color #FDC894: hue angle of 29.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC894 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 148 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.01 |
| HSL | 29.71º | 0.96% | 0.79% | - |
| HSV(B) | 29.71º | 0.42% | 0.99% | - |
| XYZ | 66.51 | 64.33 | 36.93 | - |
| YUV | 209.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 148 | 0 | 0.21 | 0.42 | 0.01 | 29.71 | 0.96 | 0.79 |
| Hex | FD | C8 | 94 | 0 | 15 | 2A | 1 | 1E | 60 | 4F |
| Octal | 375 | 310 | 224 | 0 | 25 | 52 | 1 | 36 | 140 | 117 |
| Binary | 11111101 | 11001000 | 10010100 | 0 | 10101 | 101010 | 1 | 11110 | 1100000 | 1001111 |
Color Harmonies of #FDC894
Complementary color
Monochromatic Colors of #FDC894
Black with #FDC894
Text Example
Text Example
White with #FDC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC894; }
p { color: rgb(253,200,148); }
H1.HeaderClassName
{
color: #FDC894;
}
.AnyTagClassName
{
color: #FDC894;
}
</style>
background-color css
<style>
a { background-color: #FDC894; }
a { background-color: rgb(253,200,148); }
div.DivClassName
{
background-color: #FDC894;
}
.BgClassName
{
background-color: #FDC894;
}
</style>
border-color css
<style>
span { border-color: #FDC894; }
span { border-color: rgb(253,200,148); }
td.TdClassName
{
border-color: #FDC894;
}
.TagClassName
{
border-color: #FDC894;
}
</style>