Shades of Sunshade #FE9248
Tints of Sunshade #FE9248
RGB
CMYK
RGB Variations
Color information
#FE9248 (or 0xFE9248) is known color: Sunshade. HEX triplet: FE, 92 and 48. RGB value is (254,146,72). Sum of RGB (Red+Green+Blue) = 254+146+72=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9248 is #016DB7. Grayscale: #AAAAAA. Windows color (decimal): -93624 or 4756222. OLE color: 4756222.
HSL color Cylindrical-coordinate representation of color #FE9248: hue angle of 24.4º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE9248 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 72 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.00 |
| HSL | 24.4º | 0.99% | 0.64% | - |
| HSV(B) | 24.4º | 0.72% | 1% | - |
| XYZ | 52.32 | 42.1 | 11.5 | - |
| YUV | 169.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 72 | 0 | 0.43 | 0.72 | 0.00 | 24.4 | 0.99 | 0.64 |
| Hex | FE | 92 | 48 | 0 | 2B | 48 | 0 | 18 | 63 | 40 |
| Octal | 376 | 222 | 110 | 0 | 53 | 110 | 0 | 30 | 143 | 100 |
| Binary | 11111110 | 10010010 | 1001000 | 0 | 101011 | 1001000 | 0 | 11000 | 1100011 | 1000000 |
Color Harmonies of #FE9248
Complementary color
Monochromatic Colors of #FE9248
Black with #FE9248
Text Example
Text Example
White with #FE9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9248; }
p { color: rgb(254,146,72); }
H1.HeaderClassName
{
color: #FE9248;
}
.AnyTagClassName
{
color: #FE9248;
}
</style>
background-color css
<style>
a { background-color: #FE9248; }
a { background-color: rgb(254,146,72); }
div.DivClassName
{
background-color: #FE9248;
}
.BgClassName
{
background-color: #FE9248;
}
</style>
border-color css
<style>
span { border-color: #FE9248; }
span { border-color: rgb(254,146,72); }
td.TdClassName
{
border-color: #FE9248;
}
.TagClassName
{
border-color: #FE9248;
}
</style>