Shades of Safety Orange #FB7007
Tints of Safety Orange #FB7007
RGB
CMYK
RGB Variations
Color information
#FB7007 (or 0xFB7007) is known color: Safety Orange. HEX triplet: FB, 70 and 07. RGB value is (251,112,7). Sum of RGB (Red+Green+Blue) = 251+112+7=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7007 is #048FF8. Grayscale: #8E8E8E. Windows color (decimal): -299001 or 487675. OLE color: 487675.
HSL color Cylindrical-coordinate representation of color #FB7007: hue angle of 25.82º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB7007 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 7 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.02 |
| HSL | 25.82º | 0.97% | 0.51% | - |
| HSV(B) | 25.82º | 0.97% | 0.98% | - |
| XYZ | 45.62 | 32.11 | 4 | - |
| YUV | 141.59 | 52.05 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 7 | 0 | 0.55 | 0.97 | 0.02 | 25.82 | 0.97 | 0.51 |
| Hex | FB | 70 | 7 | 0 | 37 | 61 | 2 | 1A | 61 | 33 |
| Octal | 373 | 160 | 7 | 0 | 67 | 141 | 2 | 32 | 141 | 63 |
| Binary | 11111011 | 1110000 | 111 | 0 | 110111 | 1100001 | 10 | 11010 | 1100001 | 110011 |
Color Harmonies of #FB7007
Complementary color
Monochromatic Colors of #FB7007
Black with #FB7007
Text Example
Text Example
White with #FB7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7007; }
p { color: rgb(251,112,7); }
H1.HeaderClassName
{
color: #FB7007;
}
.AnyTagClassName
{
color: #FB7007;
}
</style>
background-color css
<style>
a { background-color: #FB7007; }
a { background-color: rgb(251,112,7); }
div.DivClassName
{
background-color: #FB7007;
}
.BgClassName
{
background-color: #FB7007;
}
</style>
border-color css
<style>
span { border-color: #FB7007; }
span { border-color: rgb(251,112,7); }
td.TdClassName
{
border-color: #FB7007;
}
.TagClassName
{
border-color: #FB7007;
}
</style>