Shades of Sunshade #FE9F48
Tints of Sunshade #FE9F48
RGB
CMYK
RGB Variations
Color information
#FE9F48 (or 0xFE9F48) is known color: Sunshade. HEX triplet: FE, 9F and 48. RGB value is (254,159,72). Sum of RGB (Red+Green+Blue) = 254+159+72=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F48 is #0160B7. Grayscale: #B1B1B1. Windows color (decimal): -90296 or 4759550. OLE color: 4759550.
HSL color Cylindrical-coordinate representation of color #FE9F48: hue angle of 28.68º 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 #FE9F48 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 72 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.00 |
| HSL | 28.68º | 0.99% | 0.64% | - |
| HSV(B) | 28.68º | 0.72% | 1% | - |
| XYZ | 54.44 | 46.33 | 12.21 | - |
| YUV | 177.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 72 | 0 | 0.37 | 0.72 | 0.00 | 28.68 | 0.99 | 0.64 |
| Hex | FE | 9F | 48 | 0 | 25 | 48 | 0 | 1D | 63 | 40 |
| Octal | 376 | 237 | 110 | 0 | 45 | 110 | 0 | 35 | 143 | 100 |
| Binary | 11111110 | 10011111 | 1001000 | 0 | 100101 | 1001000 | 0 | 11101 | 1100011 | 1000000 |
Color Harmonies of #FE9F48
Complementary color
Monochromatic Colors of #FE9F48
Black with #FE9F48
Text Example
Text Example
White with #FE9F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F48; }
p { color: rgb(254,159,72); }
H1.HeaderClassName
{
color: #FE9F48;
}
.AnyTagClassName
{
color: #FE9F48;
}
</style>
background-color css
<style>
a { background-color: #FE9F48; }
a { background-color: rgb(254,159,72); }
div.DivClassName
{
background-color: #FE9F48;
}
.BgClassName
{
background-color: #FE9F48;
}
</style>
border-color css
<style>
span { border-color: #FE9F48; }
span { border-color: rgb(254,159,72); }
td.TdClassName
{
border-color: #FE9F48;
}
.TagClassName
{
border-color: #FE9F48;
}
</style>