Shades of Sunset Orange #FB5145
Tints of Sunset Orange #FB5145
RGB
CMYK
RGB Variations
Color information
#FB5145 (or 0xFB5145) is known color: Sunset Orange. HEX triplet: FB, 51 and 45. RGB value is (251,81,69). Sum of RGB (Red+Green+Blue) = 251+81+69=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5145 is #04AEBA. Grayscale: #828282. Windows color (decimal): -306875 or 4542971. OLE color: 4542971.
HSL color Cylindrical-coordinate representation of color #FB5145: hue angle of 3.96º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB5145 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 69 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.02 |
| HSL | 3.96º | 0.96% | 0.63% | - |
| HSV(B) | 3.96º | 0.73% | 0.98% | - |
| XYZ | 43.8 | 26.82 | 8.5 | - |
| YUV | 130.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 69 | 0 | 0.68 | 0.73 | 0.02 | 3.96 | 0.96 | 0.63 |
| Hex | FB | 51 | 45 | 0 | 44 | 49 | 2 | 4 | 60 | 3F |
| Octal | 373 | 121 | 105 | 0 | 104 | 111 | 2 | 4 | 140 | 77 |
| Binary | 11111011 | 1010001 | 1000101 | 0 | 1000100 | 1001001 | 10 | 100 | 1100000 | 111111 |
Color Harmonies of #FB5145
Complementary color
Monochromatic Colors of #FB5145
Black with #FB5145
Text Example
Text Example
White with #FB5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5145; }
p { color: rgb(251,81,69); }
H1.HeaderClassName
{
color: #FB5145;
}
.AnyTagClassName
{
color: #FB5145;
}
</style>
background-color css
<style>
a { background-color: #FB5145; }
a { background-color: rgb(251,81,69); }
div.DivClassName
{
background-color: #FB5145;
}
.BgClassName
{
background-color: #FB5145;
}
</style>
border-color css
<style>
span { border-color: #FB5145; }
span { border-color: rgb(251,81,69); }
td.TdClassName
{
border-color: #FB5145;
}
.TagClassName
{
border-color: #FB5145;
}
</style>