Shades of Safety Orange #FB7304
Tints of Safety Orange #FB7304
RGB
CMYK
RGB Variations
Color information
#FB7304 (or 0xFB7304) is known color: Safety Orange. HEX triplet: FB, 73 and 04. RGB value is (251,115,4). Sum of RGB (Red+Green+Blue) = 251+115+4=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7304 is #048CFB. Grayscale: #8F8F8F. Windows color (decimal): -298236 or 291835. OLE color: 291835.
HSL color Cylindrical-coordinate representation of color #FB7304: hue angle of 26.96º 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 #FB7304 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.02 |
| HSL | 26.96º | 0.97% | 0.5% | - |
| HSV(B) | 26.96º | 0.98% | 0.98% | - |
| XYZ | 45.94 | 32.78 | 4.02 | - |
| YUV | 143.01 | 49.56 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 4 | 0 | 0.54 | 0.98 | 0.02 | 26.96 | 0.97 | 0.5 |
| Hex | FB | 73 | 4 | 0 | 36 | 62 | 2 | 1B | 61 | 32 |
| Octal | 373 | 163 | 4 | 0 | 66 | 142 | 2 | 33 | 141 | 62 |
| Binary | 11111011 | 1110011 | 100 | 0 | 110110 | 1100010 | 10 | 11011 | 1100001 | 110010 |
Color Harmonies of #FB7304
Complementary color
Monochromatic Colors of #FB7304
Black with #FB7304
Text Example
Text Example
White with #FB7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7304; }
p { color: rgb(251,115,4); }
H1.HeaderClassName
{
color: #FB7304;
}
.AnyTagClassName
{
color: #FB7304;
}
</style>
background-color css
<style>
a { background-color: #FB7304; }
a { background-color: rgb(251,115,4); }
div.DivClassName
{
background-color: #FB7304;
}
.BgClassName
{
background-color: #FB7304;
}
</style>
border-color css
<style>
span { border-color: #FB7304; }
span { border-color: rgb(251,115,4); }
td.TdClassName
{
border-color: #FB7304;
}
.TagClassName
{
border-color: #FB7304;
}
</style>