Shades of Safety Orange #FB5E15
Tints of Safety Orange #FB5E15
RGB
CMYK
RGB Variations
Color information
#FB5E15 (or 0xFB5E15) is known color: Safety Orange. HEX triplet: FB, 5E and 15. RGB value is (251,94,21). Sum of RGB (Red+Green+Blue) = 251+94+21=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E15 is #04A1EA. Grayscale: #858585. Windows color (decimal): -303595 or 1400571. OLE color: 1400571.
HSL color Cylindrical-coordinate representation of color #FB5E15: hue angle of 19.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB5E15 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 21 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.02 |
| HSL | 19.04º | 0.97% | 0.53% | - |
| HSV(B) | 19.04º | 0.92% | 0.98% | - |
| XYZ | 43.92 | 28.57 | 3.91 | - |
| YUV | 132.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 21 | 0 | 0.63 | 0.92 | 0.02 | 19.04 | 0.97 | 0.53 |
| Hex | FB | 5E | 15 | 0 | 3F | 5C | 2 | 13 | 61 | 35 |
| Octal | 373 | 136 | 25 | 0 | 77 | 134 | 2 | 23 | 141 | 65 |
| Binary | 11111011 | 1011110 | 10101 | 0 | 111111 | 1011100 | 10 | 10011 | 1100001 | 110101 |
Color Harmonies of #FB5E15
Complementary color
Monochromatic Colors of #FB5E15
Black with #FB5E15
Text Example
Text Example
White with #FB5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E15; }
p { color: rgb(251,94,21); }
H1.HeaderClassName
{
color: #FB5E15;
}
.AnyTagClassName
{
color: #FB5E15;
}
</style>
background-color css
<style>
a { background-color: #FB5E15; }
a { background-color: rgb(251,94,21); }
div.DivClassName
{
background-color: #FB5E15;
}
.BgClassName
{
background-color: #FB5E15;
}
</style>
border-color css
<style>
span { border-color: #FB5E15; }
span { border-color: rgb(251,94,21); }
td.TdClassName
{
border-color: #FB5E15;
}
.TagClassName
{
border-color: #FB5E15;
}
</style>