Shades of Sunshade #FE9048
Tints of Sunshade #FE9048
RGB
CMYK
RGB Variations
Color information
#FE9048 (or 0xFE9048) is known color: Sunshade. HEX triplet: FE, 90 and 48. RGB value is (254,144,72). Sum of RGB (Red+Green+Blue) = 254+144+72=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9048 is #016FB7. Grayscale: #A9A9A9. Windows color (decimal): -94136 or 4755710. OLE color: 4755710.
HSL color Cylindrical-coordinate representation of color #FE9048: hue angle of 23.74º 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 #FE9048 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 72 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.00 |
| HSL | 23.74º | 0.99% | 0.64% | - |
| HSV(B) | 23.74º | 0.72% | 1% | - |
| XYZ | 52.02 | 41.49 | 11.4 | - |
| YUV | 168.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 72 | 0 | 0.43 | 0.72 | 0.00 | 23.74 | 0.99 | 0.64 |
| Hex | FE | 90 | 48 | 0 | 2B | 48 | 0 | 18 | 63 | 40 |
| Octal | 376 | 220 | 110 | 0 | 53 | 110 | 0 | 30 | 143 | 100 |
| Binary | 11111110 | 10010000 | 1001000 | 0 | 101011 | 1001000 | 0 | 11000 | 1100011 | 1000000 |
Color Harmonies of #FE9048
Complementary color
Monochromatic Colors of #FE9048
Black with #FE9048
Text Example
Text Example
White with #FE9048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9048; }
p { color: rgb(254,144,72); }
H1.HeaderClassName
{
color: #FE9048;
}
.AnyTagClassName
{
color: #FE9048;
}
</style>
background-color css
<style>
a { background-color: #FE9048; }
a { background-color: rgb(254,144,72); }
div.DivClassName
{
background-color: #FE9048;
}
.BgClassName
{
background-color: #FE9048;
}
</style>
border-color css
<style>
span { border-color: #FE9048; }
span { border-color: rgb(254,144,72); }
td.TdClassName
{
border-color: #FE9048;
}
.TagClassName
{
border-color: #FE9048;
}
</style>