Shades of Safety Orange #FB5E01
Tints of Safety Orange #FB5E01
RGB
CMYK
RGB Variations
Color information
#FB5E01 (or 0xFB5E01) is known color: Safety Orange. HEX triplet: FB, 5E and 01. RGB value is (251,94,1). Sum of RGB (Red+Green+Blue) = 251+94+1=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E01 is #04A1FE. Grayscale: #828282. Windows color (decimal): -303615 or 89851. OLE color: 89851.
HSL color Cylindrical-coordinate representation of color #FB5E01: hue angle of 22.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB5E01 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.02 |
| HSL | 22.32º | 0.99% | 0.49% | - |
| HSV(B) | 22.32º | 1% | 0.98% | - |
| XYZ | 43.79 | 28.52 | 3.22 | - |
| YUV | 130.34 | 55.01 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 1 | 0 | 0.63 | 1.00 | 0.02 | 22.32 | 0.99 | 0.49 |
| Hex | FB | 5E | 1 | 0 | 3F | 64 | 2 | 16 | 63 | 31 |
| Octal | 373 | 136 | 1 | 0 | 77 | 144 | 2 | 26 | 143 | 61 |
| Binary | 11111011 | 1011110 | 1 | 0 | 111111 | 1100100 | 10 | 10110 | 1100011 | 110001 |
Color Harmonies of #FB5E01
Complementary color
Monochromatic Colors of #FB5E01
Black with #FB5E01
Text Example
Text Example
White with #FB5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E01; }
p { color: rgb(251,94,1); }
H1.HeaderClassName
{
color: #FB5E01;
}
.AnyTagClassName
{
color: #FB5E01;
}
</style>
background-color css
<style>
a { background-color: #FB5E01; }
a { background-color: rgb(251,94,1); }
div.DivClassName
{
background-color: #FB5E01;
}
.BgClassName
{
background-color: #FB5E01;
}
</style>
border-color css
<style>
span { border-color: #FB5E01; }
span { border-color: rgb(251,94,1); }
td.TdClassName
{
border-color: #FB5E01;
}
.TagClassName
{
border-color: #FB5E01;
}
</style>