Shades of Safety Orange #FB7201
Tints of Safety Orange #FB7201
RGB
CMYK
RGB Variations
Color information
#FB7201 (or 0xFB7201) is known color: Safety Orange. HEX triplet: FB, 72 and 01. RGB value is (251,114,1). Sum of RGB (Red+Green+Blue) = 251+114+1=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7201 is #048DFE. Grayscale: #8E8E8E. Windows color (decimal): -298495 or 94971. OLE color: 94971.
HSL color Cylindrical-coordinate representation of color #FB7201: hue angle of 27.12º 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 #FB7201 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.02 |
| HSL | 27.12º | 0.99% | 0.49% | - |
| HSV(B) | 27.12º | 1% | 0.98% | - |
| XYZ | 45.81 | 32.55 | 3.9 | - |
| YUV | 142.08 | 48.39 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 1 | 0 | 0.55 | 1.00 | 0.02 | 27.12 | 0.99 | 0.49 |
| Hex | FB | 72 | 1 | 0 | 37 | 64 | 2 | 1B | 63 | 31 |
| Octal | 373 | 162 | 1 | 0 | 67 | 144 | 2 | 33 | 143 | 61 |
| Binary | 11111011 | 1110010 | 1 | 0 | 110111 | 1100100 | 10 | 11011 | 1100011 | 110001 |
Color Harmonies of #FB7201
Complementary color
Monochromatic Colors of #FB7201
Black with #FB7201
Text Example
Text Example
White with #FB7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7201; }
p { color: rgb(251,114,1); }
H1.HeaderClassName
{
color: #FB7201;
}
.AnyTagClassName
{
color: #FB7201;
}
</style>
background-color css
<style>
a { background-color: #FB7201; }
a { background-color: rgb(251,114,1); }
div.DivClassName
{
background-color: #FB7201;
}
.BgClassName
{
background-color: #FB7201;
}
</style>
border-color css
<style>
span { border-color: #FB7201; }
span { border-color: rgb(251,114,1); }
td.TdClassName
{
border-color: #FB7201;
}
.TagClassName
{
border-color: #FB7201;
}
</style>