Shades of Sunshade #FF9448
Tints of Sunshade #FF9448
RGB
CMYK
RGB Variations
Color information
#FF9448 (or 0xFF9448) is known color: Sunshade. HEX triplet: FF, 94 and 48. RGB value is (255,148,72). Sum of RGB (Red+Green+Blue) = 255+148+72=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9448 is #006BB7. Grayscale: #ABABAB. Windows color (decimal): -27576 or 4756735. OLE color: 4756735.
HSL color Cylindrical-coordinate representation of color #FF9448: hue angle of 24.92º 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 #FF9448 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 72 | - |
| CMYK | 0 | 0.42 | 0.72 | 0 |
| HSL | 24.92º | 1% | 0.64% | - |
| HSV(B) | 24.92º | 0.72% | 1% | - |
| XYZ | 53 | 42.91 | 11.62 | - |
| YUV | 171.33 | 71.95 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 72 | 0 | 0.42 | 0.72 | 0 | 24.92 | 1 | 0.64 |
| Hex | FF | 94 | 48 | 0 | 2A | 48 | 0 | 19 | 64 | 40 |
| Octal | 377 | 224 | 110 | 0 | 52 | 110 | 0 | 31 | 144 | 100 |
| Binary | 11111111 | 10010100 | 1001000 | 0 | 101010 | 1001000 | 0 | 11001 | 1100100 | 1000000 |
Color Harmonies of #FF9448
Complementary color
Monochromatic Colors of #FF9448
Black with #FF9448
Text Example
Text Example
White with #FF9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9448; }
p { color: rgb(255,148,72); }
H1.HeaderClassName
{
color: #FF9448;
}
.AnyTagClassName
{
color: #FF9448;
}
</style>
background-color css
<style>
a { background-color: #FF9448; }
a { background-color: rgb(255,148,72); }
div.DivClassName
{
background-color: #FF9448;
}
.BgClassName
{
background-color: #FF9448;
}
</style>
border-color css
<style>
span { border-color: #FF9448; }
span { border-color: rgb(255,148,72); }
td.TdClassName
{
border-color: #FF9448;
}
.TagClassName
{
border-color: #FF9448;
}
</style>