Shades of Safety Orange #FB5E11
Tints of Safety Orange #FB5E11
RGB
CMYK
RGB Variations
Color information
#FB5E11 (or 0xFB5E11) is known color: Safety Orange. HEX triplet: FB, 5E and 11. RGB value is (251,94,17). Sum of RGB (Red+Green+Blue) = 251+94+17=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E11 is #04A1EE. Grayscale: #848484. Windows color (decimal): -303599 or 1138427. OLE color: 1138427.
HSL color Cylindrical-coordinate representation of color #FB5E11: hue angle of 19.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB5E11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.02 |
| HSL | 19.74º | 0.97% | 0.53% | - |
| HSV(B) | 19.74º | 0.93% | 0.98% | - |
| XYZ | 43.89 | 28.56 | 3.73 | - |
| YUV | 132.17 | 63.01 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 17 | 0 | 0.63 | 0.93 | 0.02 | 19.74 | 0.97 | 0.53 |
| Hex | FB | 5E | 11 | 0 | 3F | 5D | 2 | 14 | 61 | 35 |
| Octal | 373 | 136 | 21 | 0 | 77 | 135 | 2 | 24 | 141 | 65 |
| Binary | 11111011 | 1011110 | 10001 | 0 | 111111 | 1011101 | 10 | 10100 | 1100001 | 110101 |
Color Harmonies of #FB5E11
Complementary color
Monochromatic Colors of #FB5E11
Black with #FB5E11
Text Example
Text Example
White with #FB5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E11; }
p { color: rgb(251,94,17); }
H1.HeaderClassName
{
color: #FB5E11;
}
.AnyTagClassName
{
color: #FB5E11;
}
</style>
background-color css
<style>
a { background-color: #FB5E11; }
a { background-color: rgb(251,94,17); }
div.DivClassName
{
background-color: #FB5E11;
}
.BgClassName
{
background-color: #FB5E11;
}
</style>
border-color css
<style>
span { border-color: #FB5E11; }
span { border-color: rgb(251,94,17); }
td.TdClassName
{
border-color: #FB5E11;
}
.TagClassName
{
border-color: #FB5E11;
}
</style>