Shades of Peach-Orange #FECA98
Tints of Peach-Orange #FECA98
RGB
CMYK
RGB Variations
Color information
#FECA98 (or 0xFECA98) is known color: Peach-Orange. HEX triplet: FE, CA and 98. RGB value is (254,202,152). Sum of RGB (Red+Green+Blue) = 254+202+152=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA98 is #013567. Grayscale: #D4D4D4. Windows color (decimal): -79208 or 10013438. OLE color: 10013438.
HSL color Cylindrical-coordinate representation of color #FECA98: hue angle of 29.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FECA98 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 152 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.00 |
| HSL | 29.41º | 0.98% | 0.8% | - |
| HSV(B) | 29.41º | 0.4% | 1% | - |
| XYZ | 67.66 | 65.58 | 38.8 | - |
| YUV | 211.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 152 | 0 | 0.20 | 0.40 | 0.00 | 29.41 | 0.98 | 0.8 |
| Hex | FE | CA | 98 | 0 | 14 | 28 | 0 | 1D | 62 | 50 |
| Octal | 376 | 312 | 230 | 0 | 24 | 50 | 0 | 35 | 142 | 120 |
| Binary | 11111110 | 11001010 | 10011000 | 0 | 10100 | 101000 | 0 | 11101 | 1100010 | 1010000 |
Color Harmonies of #FECA98
Complementary color
Monochromatic Colors of #FECA98
Black with #FECA98
Text Example
Text Example
White with #FECA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA98; }
p { color: rgb(254,202,152); }
H1.HeaderClassName
{
color: #FECA98;
}
.AnyTagClassName
{
color: #FECA98;
}
</style>
background-color css
<style>
a { background-color: #FECA98; }
a { background-color: rgb(254,202,152); }
div.DivClassName
{
background-color: #FECA98;
}
.BgClassName
{
background-color: #FECA98;
}
</style>
border-color css
<style>
span { border-color: #FECA98; }
span { border-color: rgb(254,202,152); }
td.TdClassName
{
border-color: #FECA98;
}
.TagClassName
{
border-color: #FECA98;
}
</style>