Shades of Sunshade #FF9E48
Tints of Sunshade #FF9E48
RGB
CMYK
RGB Variations
Color information
#FF9E48 (or 0xFF9E48) is known color: Sunshade. HEX triplet: FF, 9E and 48. RGB value is (255,158,72). Sum of RGB (Red+Green+Blue) = 255+158+72=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E48 is #0061B7. Grayscale: #B1B1B1. Windows color (decimal): -25016 or 4759295. OLE color: 4759295.
HSL color Cylindrical-coordinate representation of color #FF9E48: hue angle of 28.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF9E48 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 72 | - |
| CMYK | 0 | 0.38 | 0.72 | 0 |
| HSL | 28.2º | 1% | 0.64% | - |
| HSV(B) | 28.2º | 0.72% | 1% | - |
| XYZ | 54.64 | 46.18 | 12.17 | - |
| YUV | 177.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 72 | 0 | 0.38 | 0.72 | 0 | 28.2 | 1 | 0.64 |
| Hex | FF | 9E | 48 | 0 | 26 | 48 | 0 | 1C | 64 | 40 |
| Octal | 377 | 236 | 110 | 0 | 46 | 110 | 0 | 34 | 144 | 100 |
| Binary | 11111111 | 10011110 | 1001000 | 0 | 100110 | 1001000 | 0 | 11100 | 1100100 | 1000000 |
Color Harmonies of #FF9E48
Complementary color
Monochromatic Colors of #FF9E48
Black with #FF9E48
Text Example
Text Example
White with #FF9E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E48; }
p { color: rgb(255,158,72); }
H1.HeaderClassName
{
color: #FF9E48;
}
.AnyTagClassName
{
color: #FF9E48;
}
</style>
background-color css
<style>
a { background-color: #FF9E48; }
a { background-color: rgb(255,158,72); }
div.DivClassName
{
background-color: #FF9E48;
}
.BgClassName
{
background-color: #FF9E48;
}
</style>
border-color css
<style>
span { border-color: #FF9E48; }
span { border-color: rgb(255,158,72); }
td.TdClassName
{
border-color: #FF9E48;
}
.TagClassName
{
border-color: #FF9E48;
}
</style>