Shades of Peach-Orange #FECA92
Tints of Peach-Orange #FECA92
RGB
CMYK
RGB Variations
Color information
#FECA92 (or 0xFECA92) is known color: Peach-Orange. HEX triplet: FE, CA and 92. RGB value is (254,202,146). Sum of RGB (Red+Green+Blue) = 254+202+146=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECA92 is #01356D. Grayscale: #D3D3D3. Windows color (decimal): -79214 or 9620222. OLE color: 9620222.
HSL color Cylindrical-coordinate representation of color #FECA92: hue angle of 31.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FECA92 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 146 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.00 |
| HSL | 31.11º | 0.98% | 0.78% | - |
| HSV(B) | 31.11º | 0.43% | 1% | - |
| XYZ | 67.18 | 65.39 | 36.27 | - |
| YUV | 211.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 146 | 0 | 0.20 | 0.43 | 0.00 | 31.11 | 0.98 | 0.78 |
| Hex | FE | CA | 92 | 0 | 14 | 2B | 0 | 1F | 62 | 4E |
| Octal | 376 | 312 | 222 | 0 | 24 | 53 | 0 | 37 | 142 | 116 |
| Binary | 11111110 | 11001010 | 10010010 | 0 | 10100 | 101011 | 0 | 11111 | 1100010 | 1001110 |
Color Harmonies of #FECA92
Complementary color
Monochromatic Colors of #FECA92
Black with #FECA92
Text Example
Text Example
White with #FECA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA92; }
p { color: rgb(254,202,146); }
H1.HeaderClassName
{
color: #FECA92;
}
.AnyTagClassName
{
color: #FECA92;
}
</style>
background-color css
<style>
a { background-color: #FECA92; }
a { background-color: rgb(254,202,146); }
div.DivClassName
{
background-color: #FECA92;
}
.BgClassName
{
background-color: #FECA92;
}
</style>
border-color css
<style>
span { border-color: #FECA92; }
span { border-color: rgb(254,202,146); }
td.TdClassName
{
border-color: #FECA92;
}
.TagClassName
{
border-color: #FECA92;
}
</style>