Shades of Sunset Orange #FB5547
Tints of Sunset Orange #FB5547
RGB
CMYK
RGB Variations
Color information
#FB5547 (or 0xFB5547) is known color: Sunset Orange. HEX triplet: FB, 55 and 47. RGB value is (251,85,71). Sum of RGB (Red+Green+Blue) = 251+85+71=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5547 is #04AAB8. Grayscale: #858585. Windows color (decimal): -305849 or 4675067. OLE color: 4675067.
HSL color Cylindrical-coordinate representation of color #FB5547: hue angle of 4.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB5547 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 71 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.02 |
| HSL | 4.67º | 0.96% | 0.63% | - |
| HSV(B) | 4.67º | 0.72% | 0.98% | - |
| XYZ | 44.17 | 27.46 | 8.93 | - |
| YUV | 133.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 71 | 0 | 0.66 | 0.72 | 0.02 | 4.67 | 0.96 | 0.63 |
| Hex | FB | 55 | 47 | 0 | 42 | 48 | 2 | 5 | 60 | 3F |
| Octal | 373 | 125 | 107 | 0 | 102 | 110 | 2 | 5 | 140 | 77 |
| Binary | 11111011 | 1010101 | 1000111 | 0 | 1000010 | 1001000 | 10 | 101 | 1100000 | 111111 |
Color Harmonies of #FB5547
Complementary color
Monochromatic Colors of #FB5547
Black with #FB5547
Text Example
Text Example
White with #FB5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5547; }
p { color: rgb(251,85,71); }
H1.HeaderClassName
{
color: #FB5547;
}
.AnyTagClassName
{
color: #FB5547;
}
</style>
background-color css
<style>
a { background-color: #FB5547; }
a { background-color: rgb(251,85,71); }
div.DivClassName
{
background-color: #FB5547;
}
.BgClassName
{
background-color: #FB5547;
}
</style>
border-color css
<style>
span { border-color: #FB5547; }
span { border-color: rgb(251,85,71); }
td.TdClassName
{
border-color: #FB5547;
}
.TagClassName
{
border-color: #FB5547;
}
</style>