Shades of Safety Orange #FB7403
Tints of Safety Orange #FB7403
RGB
CMYK
RGB Variations
Color information
#FB7403 (or 0xFB7403) is known color: Safety Orange. HEX triplet: FB, 74 and 03. RGB value is (251,116,3). Sum of RGB (Red+Green+Blue) = 251+116+3=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7403 is #048BFC. Grayscale: #909090. Windows color (decimal): -297981 or 226555. OLE color: 226555.
HSL color Cylindrical-coordinate representation of color #FB7403: hue angle of 27.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB7403 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.02 |
| HSL | 27.34º | 0.98% | 0.5% | - |
| HSV(B) | 27.34º | 0.99% | 0.98% | - |
| XYZ | 46.05 | 33.01 | 4.03 | - |
| YUV | 143.48 | 48.73 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 3 | 0 | 0.54 | 0.99 | 0.02 | 27.34 | 0.98 | 0.5 |
| Hex | FB | 74 | 3 | 0 | 36 | 63 | 2 | 1B | 62 | 32 |
| Octal | 373 | 164 | 3 | 0 | 66 | 143 | 2 | 33 | 142 | 62 |
| Binary | 11111011 | 1110100 | 11 | 0 | 110110 | 1100011 | 10 | 11011 | 1100010 | 110010 |
Color Harmonies of #FB7403
Complementary color
Monochromatic Colors of #FB7403
Black with #FB7403
Text Example
Text Example
White with #FB7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7403; }
p { color: rgb(251,116,3); }
H1.HeaderClassName
{
color: #FB7403;
}
.AnyTagClassName
{
color: #FB7403;
}
</style>
background-color css
<style>
a { background-color: #FB7403; }
a { background-color: rgb(251,116,3); }
div.DivClassName
{
background-color: #FB7403;
}
.BgClassName
{
background-color: #FB7403;
}
</style>
border-color css
<style>
span { border-color: #FB7403; }
span { border-color: rgb(251,116,3); }
td.TdClassName
{
border-color: #FB7403;
}
.TagClassName
{
border-color: #FB7403;
}
</style>