Shades of Sunset Orange #FB5446
Tints of Sunset Orange #FB5446
RGB
CMYK
RGB Variations
Color information
#FB5446 (or 0xFB5446) is known color: Sunset Orange. HEX triplet: FB, 54 and 46. RGB value is (251,84,70). Sum of RGB (Red+Green+Blue) = 251+84+70=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5446 is #04ABB9. Grayscale: #848484. Windows color (decimal): -306106 or 4609275. OLE color: 4609275.
HSL color Cylindrical-coordinate representation of color #FB5446: hue angle of 4.64º 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 #FB5446 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 70 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.02 |
| HSL | 4.64º | 0.96% | 0.63% | - |
| HSV(B) | 4.64º | 0.72% | 0.98% | - |
| XYZ | 44.06 | 27.29 | 8.74 | - |
| YUV | 132.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 70 | 0 | 0.67 | 0.72 | 0.02 | 4.64 | 0.96 | 0.63 |
| Hex | FB | 54 | 46 | 0 | 43 | 48 | 2 | 5 | 60 | 3F |
| Octal | 373 | 124 | 106 | 0 | 103 | 110 | 2 | 5 | 140 | 77 |
| Binary | 11111011 | 1010100 | 1000110 | 0 | 1000011 | 1001000 | 10 | 101 | 1100000 | 111111 |
Color Harmonies of #FB5446
Complementary color
Monochromatic Colors of #FB5446
Black with #FB5446
Text Example
Text Example
White with #FB5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5446; }
p { color: rgb(251,84,70); }
H1.HeaderClassName
{
color: #FB5446;
}
.AnyTagClassName
{
color: #FB5446;
}
</style>
background-color css
<style>
a { background-color: #FB5446; }
a { background-color: rgb(251,84,70); }
div.DivClassName
{
background-color: #FB5446;
}
.BgClassName
{
background-color: #FB5446;
}
</style>
border-color css
<style>
span { border-color: #FB5446; }
span { border-color: rgb(251,84,70); }
td.TdClassName
{
border-color: #FB5446;
}
.TagClassName
{
border-color: #FB5446;
}
</style>