Shades of Sunshade #FE9149
Tints of Sunshade #FE9149
RGB
CMYK
RGB Variations
Color information
#FE9149 (or 0xFE9149) is known color: Sunshade. HEX triplet: FE, 91 and 49. RGB value is (254,145,73). Sum of RGB (Red+Green+Blue) = 254+145+73=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9149 is #016EB6. Grayscale: #A9A9A9. Windows color (decimal): -93879 or 4821502. OLE color: 4821502.
HSL color Cylindrical-coordinate representation of color #FE9149: hue angle of 23.87º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE9149 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 73 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.00 |
| HSL | 23.87º | 0.99% | 0.64% | - |
| HSV(B) | 23.87º | 0.71% | 1% | - |
| XYZ | 52.2 | 41.8 | 11.62 | - |
| YUV | 169.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 73 | 0 | 0.43 | 0.71 | 0.00 | 23.87 | 0.99 | 0.64 |
| Hex | FE | 91 | 49 | 0 | 2B | 47 | 0 | 18 | 63 | 40 |
| Octal | 376 | 221 | 111 | 0 | 53 | 107 | 0 | 30 | 143 | 100 |
| Binary | 11111110 | 10010001 | 1001001 | 0 | 101011 | 1000111 | 0 | 11000 | 1100011 | 1000000 |
Color Harmonies of #FE9149
Complementary color
Monochromatic Colors of #FE9149
Black with #FE9149
Text Example
Text Example
White with #FE9149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9149; }
p { color: rgb(254,145,73); }
H1.HeaderClassName
{
color: #FE9149;
}
.AnyTagClassName
{
color: #FE9149;
}
</style>
background-color css
<style>
a { background-color: #FE9149; }
a { background-color: rgb(254,145,73); }
div.DivClassName
{
background-color: #FE9149;
}
.BgClassName
{
background-color: #FE9149;
}
</style>
border-color css
<style>
span { border-color: #FE9149; }
span { border-color: rgb(254,145,73); }
td.TdClassName
{
border-color: #FE9149;
}
.TagClassName
{
border-color: #FE9149;
}
</style>