Shades of Peach-Orange #FECA8F
Tints of Peach-Orange #FECA8F
RGB
CMYK
RGB Variations
Color information
#FECA8F (or 0xFECA8F) is known color: Peach-Orange. HEX triplet: FE, CA and 8F. RGB value is (254,202,143). Sum of RGB (Red+Green+Blue) = 254+202+143=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA8F is #013570. Grayscale: #D3D3D3. Windows color (decimal): -79217 or 9423614. OLE color: 9423614.
HSL color Cylindrical-coordinate representation of color #FECA8F: hue angle of 31.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FECA8F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 143 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.00 |
| HSL | 31.89º | 0.98% | 0.78% | - |
| HSV(B) | 31.89º | 0.44% | 1% | - |
| XYZ | 66.95 | 65.3 | 35.06 | - |
| YUV | 210.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 143 | 0 | 0.20 | 0.44 | 0.00 | 31.89 | 0.98 | 0.78 |
| Hex | FE | CA | 8F | 0 | 14 | 2C | 0 | 20 | 62 | 4E |
| Octal | 376 | 312 | 217 | 0 | 24 | 54 | 0 | 40 | 142 | 116 |
| Binary | 11111110 | 11001010 | 10001111 | 0 | 10100 | 101100 | 0 | 100000 | 1100010 | 1001110 |
Color Harmonies of #FECA8F
Complementary color
Monochromatic Colors of #FECA8F
Black with #FECA8F
Text Example
Text Example
White with #FECA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA8F; }
p { color: rgb(254,202,143); }
H1.HeaderClassName
{
color: #FECA8F;
}
.AnyTagClassName
{
color: #FECA8F;
}
</style>
background-color css
<style>
a { background-color: #FECA8F; }
a { background-color: rgb(254,202,143); }
div.DivClassName
{
background-color: #FECA8F;
}
.BgClassName
{
background-color: #FECA8F;
}
</style>
border-color css
<style>
span { border-color: #FECA8F; }
span { border-color: rgb(254,202,143); }
td.TdClassName
{
border-color: #FECA8F;
}
.TagClassName
{
border-color: #FECA8F;
}
</style>