Shades of Safety Orange #FB7000
Tints of Safety Orange #FB7000
RGB
CMYK
RGB Variations
Color information
#FB7000 (or 0xFB7000) is known color: Safety Orange. HEX triplet: FB, 70 and 00. RGB value is (251,112,0). Sum of RGB (Red+Green+Blue) = 251+112+0=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7000 is #048FFF. Grayscale: #8D8D8D. Windows color (decimal): -299008 or 28923. OLE color: 28923.
HSL color Cylindrical-coordinate representation of color #FB7000: hue angle of 26.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB7000 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.02 |
| HSL | 26.77º | 1% | 0.49% | - |
| HSV(B) | 26.77º | 1% | 0.98% | - |
| XYZ | 45.58 | 32.1 | 3.79 | - |
| YUV | 140.79 | 48.55 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 0 | 0 | 0.55 | 1 | 0.02 | 26.77 | 1 | 0.49 |
| Hex | FB | 70 | 0 | 0 | 37 | 64 | 2 | 1B | 64 | 31 |
| Octal | 373 | 160 | 0 | 0 | 67 | 144 | 2 | 33 | 144 | 61 |
| Binary | 11111011 | 1110000 | 0 | 0 | 110111 | 1100100 | 10 | 11011 | 1100100 | 110001 |
Color Harmonies of #FB7000
Complementary color
Monochromatic Colors of #FB7000
Black with #FB7000
Text Example
Text Example
White with #FB7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7000; }
p { color: rgb(251,112,0); }
H1.HeaderClassName
{
color: #FB7000;
}
.AnyTagClassName
{
color: #FB7000;
}
</style>
background-color css
<style>
a { background-color: #FB7000; }
a { background-color: rgb(251,112,0); }
div.DivClassName
{
background-color: #FB7000;
}
.BgClassName
{
background-color: #FB7000;
}
</style>
border-color css
<style>
span { border-color: #FB7000; }
span { border-color: rgb(251,112,0); }
td.TdClassName
{
border-color: #FB7000;
}
.TagClassName
{
border-color: #FB7000;
}
</style>