Shades of Sunshade #FE9148
Tints of Sunshade #FE9148
RGB
CMYK
RGB Variations
Color information
#FE9148 (or 0xFE9148) is known color: Sunshade. HEX triplet: FE, 91 and 48. RGB value is (254,145,72). Sum of RGB (Red+Green+Blue) = 254+145+72=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9148 is #016EB7. Grayscale: #A9A9A9. Windows color (decimal): -93880 or 4755966. OLE color: 4755966.
HSL color Cylindrical-coordinate representation of color #FE9148: hue angle of 24.07º 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 #FE9148 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 72 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.00 |
| HSL | 24.07º | 0.99% | 0.64% | - |
| HSV(B) | 24.07º | 0.72% | 1% | - |
| XYZ | 52.17 | 41.79 | 11.45 | - |
| YUV | 169.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 72 | 0 | 0.43 | 0.72 | 0.00 | 24.07 | 0.99 | 0.64 |
| Hex | FE | 91 | 48 | 0 | 2B | 48 | 0 | 18 | 63 | 40 |
| Octal | 376 | 221 | 110 | 0 | 53 | 110 | 0 | 30 | 143 | 100 |
| Binary | 11111110 | 10010001 | 1001000 | 0 | 101011 | 1001000 | 0 | 11000 | 1100011 | 1000000 |
Color Harmonies of #FE9148
Complementary color
Monochromatic Colors of #FE9148
Black with #FE9148
Text Example
Text Example
White with #FE9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9148; }
p { color: rgb(254,145,72); }
H1.HeaderClassName
{
color: #FE9148;
}
.AnyTagClassName
{
color: #FE9148;
}
</style>
background-color css
<style>
a { background-color: #FE9148; }
a { background-color: rgb(254,145,72); }
div.DivClassName
{
background-color: #FE9148;
}
.BgClassName
{
background-color: #FE9148;
}
</style>
border-color css
<style>
span { border-color: #FE9148; }
span { border-color: rgb(254,145,72); }
td.TdClassName
{
border-color: #FE9148;
}
.TagClassName
{
border-color: #FE9148;
}
</style>