Shades of Peach-Orange #FECA9A
Tints of Peach-Orange #FECA9A
RGB
CMYK
RGB Variations
Color information
#FECA9A (or 0xFECA9A) is known color: Peach-Orange. HEX triplet: FE, CA and 9A. RGB value is (254,202,154). Sum of RGB (Red+Green+Blue) = 254+202+154=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA9A is #013565. Grayscale: #D4D4D4. Windows color (decimal): -79206 or 10144510. OLE color: 10144510.
HSL color Cylindrical-coordinate representation of color #FECA9A: hue angle of 28.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FECA9A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 154 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.00 |
| HSL | 28.8º | 0.98% | 0.8% | - |
| HSV(B) | 28.8º | 0.39% | 1% | - |
| XYZ | 67.83 | 65.64 | 39.67 | - |
| YUV | 212.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 154 | 0 | 0.20 | 0.39 | 0.00 | 28.8 | 0.98 | 0.8 |
| Hex | FE | CA | 9A | 0 | 14 | 27 | 0 | 1D | 62 | 50 |
| Octal | 376 | 312 | 232 | 0 | 24 | 47 | 0 | 35 | 142 | 120 |
| Binary | 11111110 | 11001010 | 10011010 | 0 | 10100 | 100111 | 0 | 11101 | 1100010 | 1010000 |
Color Harmonies of #FECA9A
Complementary color
Monochromatic Colors of #FECA9A
Black with #FECA9A
Text Example
Text Example
White with #FECA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA9A; }
p { color: rgb(254,202,154); }
H1.HeaderClassName
{
color: #FECA9A;
}
.AnyTagClassName
{
color: #FECA9A;
}
</style>
background-color css
<style>
a { background-color: #FECA9A; }
a { background-color: rgb(254,202,154); }
div.DivClassName
{
background-color: #FECA9A;
}
.BgClassName
{
background-color: #FECA9A;
}
</style>
border-color css
<style>
span { border-color: #FECA9A; }
span { border-color: rgb(254,202,154); }
td.TdClassName
{
border-color: #FECA9A;
}
.TagClassName
{
border-color: #FECA9A;
}
</style>