Shades of Safety Orange #FB7004
Tints of Safety Orange #FB7004
RGB
CMYK
RGB Variations
Color information
#FB7004 (or 0xFB7004) is known color: Safety Orange. HEX triplet: FB, 70 and 04. RGB value is (251,112,4). Sum of RGB (Red+Green+Blue) = 251+112+4=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7004 is #048FFB. Grayscale: #8D8D8D. Windows color (decimal): -299004 or 291067. OLE color: 291067.
HSL color Cylindrical-coordinate representation of color #FB7004: hue angle of 26.23º 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 #FB7004 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.02 |
| HSL | 26.23º | 0.97% | 0.5% | - |
| HSV(B) | 26.23º | 0.98% | 0.98% | - |
| XYZ | 45.6 | 32.11 | 3.91 | - |
| YUV | 141.25 | 50.55 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 4 | 0 | 0.55 | 0.98 | 0.02 | 26.23 | 0.97 | 0.5 |
| Hex | FB | 70 | 4 | 0 | 37 | 62 | 2 | 1A | 61 | 32 |
| Octal | 373 | 160 | 4 | 0 | 67 | 142 | 2 | 32 | 141 | 62 |
| Binary | 11111011 | 1110000 | 100 | 0 | 110111 | 1100010 | 10 | 11010 | 1100001 | 110010 |
Color Harmonies of #FB7004
Complementary color
Monochromatic Colors of #FB7004
Black with #FB7004
Text Example
Text Example
White with #FB7004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7004; }
p { color: rgb(251,112,4); }
H1.HeaderClassName
{
color: #FB7004;
}
.AnyTagClassName
{
color: #FB7004;
}
</style>
background-color css
<style>
a { background-color: #FB7004; }
a { background-color: rgb(251,112,4); }
div.DivClassName
{
background-color: #FB7004;
}
.BgClassName
{
background-color: #FB7004;
}
</style>
border-color css
<style>
span { border-color: #FB7004; }
span { border-color: rgb(251,112,4); }
td.TdClassName
{
border-color: #FB7004;
}
.TagClassName
{
border-color: #FB7004;
}
</style>