Shades of Sunshade #FF9048
Tints of Sunshade #FF9048
RGB
CMYK
RGB Variations
Color information
#FF9048 (or 0xFF9048) is known color: Sunshade. HEX triplet: FF, 90 and 48. RGB value is (255,144,72). Sum of RGB (Red+Green+Blue) = 255+144+72=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9048 is #006FB7. Grayscale: #A9A9A9. Windows color (decimal): -28600 or 4755711. OLE color: 4755711.
HSL color Cylindrical-coordinate representation of color #FF9048: hue angle of 23.61º 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 #FF9048 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 72 | - |
| CMYK | 0 | 0.44 | 0.72 | 0 |
| HSL | 23.61º | 1% | 0.64% | - |
| HSV(B) | 23.61º | 0.72% | 1% | - |
| XYZ | 52.38 | 41.67 | 11.41 | - |
| YUV | 168.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 72 | 0 | 0.44 | 0.72 | 0 | 23.61 | 1 | 0.64 |
| Hex | FF | 90 | 48 | 0 | 2C | 48 | 0 | 18 | 64 | 40 |
| Octal | 377 | 220 | 110 | 0 | 54 | 110 | 0 | 30 | 144 | 100 |
| Binary | 11111111 | 10010000 | 1001000 | 0 | 101100 | 1001000 | 0 | 11000 | 1100100 | 1000000 |
Color Harmonies of #FF9048
Complementary color
Monochromatic Colors of #FF9048
Black with #FF9048
Text Example
Text Example
White with #FF9048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9048; }
p { color: rgb(255,144,72); }
H1.HeaderClassName
{
color: #FF9048;
}
.AnyTagClassName
{
color: #FF9048;
}
</style>
background-color css
<style>
a { background-color: #FF9048; }
a { background-color: rgb(255,144,72); }
div.DivClassName
{
background-color: #FF9048;
}
.BgClassName
{
background-color: #FF9048;
}
</style>
border-color css
<style>
span { border-color: #FF9048; }
span { border-color: rgb(255,144,72); }
td.TdClassName
{
border-color: #FF9048;
}
.TagClassName
{
border-color: #FF9048;
}
</style>