Shades of Sunshade #FB9449
Tints of Sunshade #FB9449
RGB
CMYK
RGB Variations
Color information
#FB9449 (or 0xFB9449) is known color: Sunshade. HEX triplet: FB, 94 and 49. RGB value is (251,148,73). Sum of RGB (Red+Green+Blue) = 251+148+73=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9449 is #046BB6. Grayscale: #AAAAAA. Windows color (decimal): -289719 or 4822267. OLE color: 4822267.
HSL color Cylindrical-coordinate representation of color #FB9449: hue angle of 25.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB9449 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 73 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.02 |
| HSL | 25.28º | 0.96% | 0.64% | - |
| HSV(B) | 25.28º | 0.71% | 0.98% | - |
| XYZ | 51.58 | 42.17 | 11.72 | - |
| YUV | 170.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 73 | 0 | 0.41 | 0.71 | 0.02 | 25.28 | 0.96 | 0.64 |
| Hex | FB | 94 | 49 | 0 | 29 | 47 | 2 | 19 | 60 | 40 |
| Octal | 373 | 224 | 111 | 0 | 51 | 107 | 2 | 31 | 140 | 100 |
| Binary | 11111011 | 10010100 | 1001001 | 0 | 101001 | 1000111 | 10 | 11001 | 1100000 | 1000000 |
Color Harmonies of #FB9449
Complementary color
Monochromatic Colors of #FB9449
Black with #FB9449
Text Example
Text Example
White with #FB9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9449; }
p { color: rgb(251,148,73); }
H1.HeaderClassName
{
color: #FB9449;
}
.AnyTagClassName
{
color: #FB9449;
}
</style>
background-color css
<style>
a { background-color: #FB9449; }
a { background-color: rgb(251,148,73); }
div.DivClassName
{
background-color: #FB9449;
}
.BgClassName
{
background-color: #FB9449;
}
</style>
border-color css
<style>
span { border-color: #FB9449; }
span { border-color: rgb(251,148,73); }
td.TdClassName
{
border-color: #FB9449;
}
.TagClassName
{
border-color: #FB9449;
}
</style>