Shades of Peach-Orange #FEC88F
Tints of Peach-Orange #FEC88F
RGB
CMYK
RGB Variations
Color information
#FEC88F (or 0xFEC88F) is known color: Peach-Orange. HEX triplet: FE, C8 and 8F. RGB value is (254,200,143). Sum of RGB (Red+Green+Blue) = 254+200+143=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC88F is #013770. Grayscale: #D1D1D1. Windows color (decimal): -79729 or 9423102. OLE color: 9423102.
HSL color Cylindrical-coordinate representation of color #FEC88F: hue angle of 30.81º 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 #FEC88F is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 143 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.00 |
| HSL | 30.81º | 0.98% | 0.78% | - |
| HSV(B) | 30.81º | 0.44% | 1% | - |
| XYZ | 66.49 | 64.36 | 34.91 | - |
| YUV | 209.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 143 | 0 | 0.21 | 0.44 | 0.00 | 30.81 | 0.98 | 0.78 |
| Hex | FE | C8 | 8F | 0 | 15 | 2C | 0 | 1F | 62 | 4E |
| Octal | 376 | 310 | 217 | 0 | 25 | 54 | 0 | 37 | 142 | 116 |
| Binary | 11111110 | 11001000 | 10001111 | 0 | 10101 | 101100 | 0 | 11111 | 1100010 | 1001110 |
Color Harmonies of #FEC88F
Complementary color
Monochromatic Colors of #FEC88F
Black with #FEC88F
Text Example
Text Example
White with #FEC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC88F; }
p { color: rgb(254,200,143); }
H1.HeaderClassName
{
color: #FEC88F;
}
.AnyTagClassName
{
color: #FEC88F;
}
</style>
background-color css
<style>
a { background-color: #FEC88F; }
a { background-color: rgb(254,200,143); }
div.DivClassName
{
background-color: #FEC88F;
}
.BgClassName
{
background-color: #FEC88F;
}
</style>
border-color css
<style>
span { border-color: #FEC88F; }
span { border-color: rgb(254,200,143); }
td.TdClassName
{
border-color: #FEC88F;
}
.TagClassName
{
border-color: #FEC88F;
}
</style>