Shades of Peach-Orange #FECD99
Tints of Peach-Orange #FECD99
RGB
CMYK
RGB Variations
Color information
#FECD99 (or 0xFECD99) is known color: Peach-Orange. HEX triplet: FE, CD and 99. RGB value is (254,205,153). Sum of RGB (Red+Green+Blue) = 254+205+153=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD99 is #013266. Grayscale: #D5D5D5. Windows color (decimal): -78439 or 10079742. OLE color: 10079742.
HSL color Cylindrical-coordinate representation of color #FECD99: hue angle of 30.89º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FECD99 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 153 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.00 |
| HSL | 30.89º | 0.98% | 0.8% | - |
| HSV(B) | 30.89º | 0.4% | 1% | - |
| XYZ | 68.45 | 67.03 | 39.47 | - |
| YUV | 213.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 153 | 0 | 0.19 | 0.40 | 0.00 | 30.89 | 0.98 | 0.8 |
| Hex | FE | CD | 99 | 0 | 13 | 28 | 0 | 1F | 62 | 50 |
| Octal | 376 | 315 | 231 | 0 | 23 | 50 | 0 | 37 | 142 | 120 |
| Binary | 11111110 | 11001101 | 10011001 | 0 | 10011 | 101000 | 0 | 11111 | 1100010 | 1010000 |
Color Harmonies of #FECD99
Complementary color
Monochromatic Colors of #FECD99
Black with #FECD99
Text Example
Text Example
White with #FECD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD99; }
p { color: rgb(254,205,153); }
H1.HeaderClassName
{
color: #FECD99;
}
.AnyTagClassName
{
color: #FECD99;
}
</style>
background-color css
<style>
a { background-color: #FECD99; }
a { background-color: rgb(254,205,153); }
div.DivClassName
{
background-color: #FECD99;
}
.BgClassName
{
background-color: #FECD99;
}
</style>
border-color css
<style>
span { border-color: #FECD99; }
span { border-color: rgb(254,205,153); }
td.TdClassName
{
border-color: #FECD99;
}
.TagClassName
{
border-color: #FECD99;
}
</style>