Shades of Peach-Orange #FEC78F
Tints of Peach-Orange #FEC78F
RGB
CMYK
RGB Variations
Color information
#FEC78F (or 0xFEC78F) is known color: Peach-Orange. HEX triplet: FE, C7 and 8F. RGB value is (254,199,143). Sum of RGB (Red+Green+Blue) = 254+199+143=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC78F is #013870. Grayscale: #D1D1D1. Windows color (decimal): -79985 or 9422846. OLE color: 9422846.
HSL color Cylindrical-coordinate representation of color #FEC78F: hue angle of 30.27º 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 #FEC78F is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 143 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.00 |
| HSL | 30.27º | 0.98% | 0.78% | - |
| HSV(B) | 30.27º | 0.44% | 1% | - |
| XYZ | 66.25 | 63.9 | 34.83 | - |
| YUV | 209.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 143 | 0 | 0.22 | 0.44 | 0.00 | 30.27 | 0.98 | 0.78 |
| Hex | FE | C7 | 8F | 0 | 16 | 2C | 0 | 1E | 62 | 4E |
| Octal | 376 | 307 | 217 | 0 | 26 | 54 | 0 | 36 | 142 | 116 |
| Binary | 11111110 | 11000111 | 10001111 | 0 | 10110 | 101100 | 0 | 11110 | 1100010 | 1001110 |
Color Harmonies of #FEC78F
Complementary color
Monochromatic Colors of #FEC78F
Black with #FEC78F
Text Example
Text Example
White with #FEC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC78F; }
p { color: rgb(254,199,143); }
H1.HeaderClassName
{
color: #FEC78F;
}
.AnyTagClassName
{
color: #FEC78F;
}
</style>
background-color css
<style>
a { background-color: #FEC78F; }
a { background-color: rgb(254,199,143); }
div.DivClassName
{
background-color: #FEC78F;
}
.BgClassName
{
background-color: #FEC78F;
}
</style>
border-color css
<style>
span { border-color: #FEC78F; }
span { border-color: rgb(254,199,143); }
td.TdClassName
{
border-color: #FEC78F;
}
.TagClassName
{
border-color: #FEC78F;
}
</style>