Shades of Peach-Orange #FDC89A
Tints of Peach-Orange #FDC89A
RGB
CMYK
RGB Variations
Color information
#FDC89A (or 0xFDC89A) is known color: Peach-Orange. HEX triplet: FD, C8 and 9A. RGB value is (253,200,154). Sum of RGB (Red+Green+Blue) = 253+200+154=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC89A is #023765. Grayscale: #D2D2D2. Windows color (decimal): -145254 or 10143997. OLE color: 10143997.
HSL color Cylindrical-coordinate representation of color #FDC89A: hue angle of 27.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDC89A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 154 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.01 |
| HSL | 27.88º | 0.96% | 0.8% | - |
| HSV(B) | 27.88º | 0.39% | 0.99% | - |
| XYZ | 67 | 64.52 | 39.5 | - |
| YUV | 210.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 154 | 0 | 0.21 | 0.39 | 0.01 | 27.88 | 0.96 | 0.8 |
| Hex | FD | C8 | 9A | 0 | 15 | 27 | 1 | 1C | 60 | 50 |
| Octal | 375 | 310 | 232 | 0 | 25 | 47 | 1 | 34 | 140 | 120 |
| Binary | 11111101 | 11001000 | 10011010 | 0 | 10101 | 100111 | 1 | 11100 | 1100000 | 1010000 |
Color Harmonies of #FDC89A
Complementary color
Monochromatic Colors of #FDC89A
Black with #FDC89A
Text Example
Text Example
White with #FDC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC89A; }
p { color: rgb(253,200,154); }
H1.HeaderClassName
{
color: #FDC89A;
}
.AnyTagClassName
{
color: #FDC89A;
}
</style>
background-color css
<style>
a { background-color: #FDC89A; }
a { background-color: rgb(253,200,154); }
div.DivClassName
{
background-color: #FDC89A;
}
.BgClassName
{
background-color: #FDC89A;
}
</style>
border-color css
<style>
span { border-color: #FDC89A; }
span { border-color: rgb(253,200,154); }
td.TdClassName
{
border-color: #FDC89A;
}
.TagClassName
{
border-color: #FDC89A;
}
</style>