Shades of Sunshade #FF9449
Tints of Sunshade #FF9449
RGB
CMYK
RGB Variations
Color information
#FF9449 (or 0xFF9449) is known color: Sunshade. HEX triplet: FF, 94 and 49. RGB value is (255,148,73). Sum of RGB (Red+Green+Blue) = 255+148+73=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9449 is #006BB6. Grayscale: #ABABAB. Windows color (decimal): -27575 or 4822271. OLE color: 4822271.
HSL color Cylindrical-coordinate representation of color #FF9449: hue angle of 24.73º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF9449 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 73 | - |
| CMYK | 0 | 0.42 | 0.71 | 0 |
| HSL | 24.73º | 1% | 0.64% | - |
| HSV(B) | 24.73º | 0.71% | 1% | - |
| XYZ | 53.03 | 42.92 | 11.79 | - |
| YUV | 171.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 73 | 0 | 0.42 | 0.71 | 0 | 24.73 | 1 | 0.64 |
| Hex | FF | 94 | 49 | 0 | 2A | 47 | 0 | 19 | 64 | 40 |
| Octal | 377 | 224 | 111 | 0 | 52 | 107 | 0 | 31 | 144 | 100 |
| Binary | 11111111 | 10010100 | 1001001 | 0 | 101010 | 1000111 | 0 | 11001 | 1100100 | 1000000 |
Color Harmonies of #FF9449
Complementary color
Monochromatic Colors of #FF9449
Black with #FF9449
Text Example
Text Example
White with #FF9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9449; }
p { color: rgb(255,148,73); }
H1.HeaderClassName
{
color: #FF9449;
}
.AnyTagClassName
{
color: #FF9449;
}
</style>
background-color css
<style>
a { background-color: #FF9449; }
a { background-color: rgb(255,148,73); }
div.DivClassName
{
background-color: #FF9449;
}
.BgClassName
{
background-color: #FF9449;
}
</style>
border-color css
<style>
span { border-color: #FF9449; }
span { border-color: rgb(255,148,73); }
td.TdClassName
{
border-color: #FF9449;
}
.TagClassName
{
border-color: #FF9449;
}
</style>