Shades of Peach-Orange #FEC98B
Tints of Peach-Orange #FEC98B
RGB
CMYK
RGB Variations
Color information
#FEC98B (or 0xFEC98B) is known color: Peach-Orange. HEX triplet: FE, C9 and 8B. RGB value is (254,201,139). Sum of RGB (Red+Green+Blue) = 254+201+139=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98B is #013674. Grayscale: #D2D2D2. Windows color (decimal): -79477 or 9161214. OLE color: 9161214.
HSL color Cylindrical-coordinate representation of color #FEC98B: hue angle of 32.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEC98B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 139 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.00 |
| HSL | 32.35º | 0.98% | 0.77% | - |
| HSV(B) | 32.35º | 0.45% | 1% | - |
| XYZ | 66.42 | 64.71 | 33.42 | - |
| YUV | 209.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 139 | 0 | 0.21 | 0.45 | 0.00 | 32.35 | 0.98 | 0.77 |
| Hex | FE | C9 | 8B | 0 | 15 | 2D | 0 | 20 | 62 | 4D |
| Octal | 376 | 311 | 213 | 0 | 25 | 55 | 0 | 40 | 142 | 115 |
| Binary | 11111110 | 11001001 | 10001011 | 0 | 10101 | 101101 | 0 | 100000 | 1100010 | 1001101 |
Color Harmonies of #FEC98B
Complementary color
Monochromatic Colors of #FEC98B
Black with #FEC98B
Text Example
Text Example
White with #FEC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC98B; }
p { color: rgb(254,201,139); }
H1.HeaderClassName
{
color: #FEC98B;
}
.AnyTagClassName
{
color: #FEC98B;
}
</style>
background-color css
<style>
a { background-color: #FEC98B; }
a { background-color: rgb(254,201,139); }
div.DivClassName
{
background-color: #FEC98B;
}
.BgClassName
{
background-color: #FEC98B;
}
</style>
border-color css
<style>
span { border-color: #FEC98B; }
span { border-color: rgb(254,201,139); }
td.TdClassName
{
border-color: #FEC98B;
}
.TagClassName
{
border-color: #FEC98B;
}
</style>