Shades of Safety Orange #FB5E04
Tints of Safety Orange #FB5E04
RGB
CMYK
RGB Variations
Color information
#FB5E04 (or 0xFB5E04) is known color: Safety Orange. HEX triplet: FB, 5E and 04. RGB value is (251,94,4). Sum of RGB (Red+Green+Blue) = 251+94+4=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5E04 is #04A1FB. Grayscale: #838383. Windows color (decimal): -303612 or 286459. OLE color: 286459.
HSL color Cylindrical-coordinate representation of color #FB5E04: hue angle of 21.86º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB5E04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.02 |
| HSL | 21.86º | 0.97% | 0.5% | - |
| HSV(B) | 21.86º | 0.98% | 0.98% | - |
| XYZ | 43.81 | 28.52 | 3.31 | - |
| YUV | 130.68 | 56.51 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 4 | 0 | 0.63 | 0.98 | 0.02 | 21.86 | 0.97 | 0.5 |
| Hex | FB | 5E | 4 | 0 | 3F | 62 | 2 | 16 | 61 | 32 |
| Octal | 373 | 136 | 4 | 0 | 77 | 142 | 2 | 26 | 141 | 62 |
| Binary | 11111011 | 1011110 | 100 | 0 | 111111 | 1100010 | 10 | 10110 | 1100001 | 110010 |
Color Harmonies of #FB5E04
Complementary color
Monochromatic Colors of #FB5E04
Black with #FB5E04
Text Example
Text Example
White with #FB5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E04; }
p { color: rgb(251,94,4); }
H1.HeaderClassName
{
color: #FB5E04;
}
.AnyTagClassName
{
color: #FB5E04;
}
</style>
background-color css
<style>
a { background-color: #FB5E04; }
a { background-color: rgb(251,94,4); }
div.DivClassName
{
background-color: #FB5E04;
}
.BgClassName
{
background-color: #FB5E04;
}
</style>
border-color css
<style>
span { border-color: #FB5E04; }
span { border-color: rgb(251,94,4); }
td.TdClassName
{
border-color: #FB5E04;
}
.TagClassName
{
border-color: #FB5E04;
}
</style>