Shades of Safety Orange #FB6003
Tints of Safety Orange #FB6003
RGB
CMYK
RGB Variations
Color information
#FB6003 (or 0xFB6003) is known color: Safety Orange. HEX triplet: FB, 60 and 03. RGB value is (251,96,3). Sum of RGB (Red+Green+Blue) = 251+96+3=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6003 is #049FFC. Grayscale: #848484. Windows color (decimal): -303101 or 221435. OLE color: 221435.
HSL color Cylindrical-coordinate representation of color #FB6003: hue angle of 22.5º 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 #FB6003 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.02 |
| HSL | 22.5º | 0.98% | 0.5% | - |
| HSV(B) | 22.5º | 0.99% | 0.98% | - |
| XYZ | 43.98 | 28.88 | 3.34 | - |
| YUV | 131.74 | 55.35 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 3 | 0 | 0.62 | 0.99 | 0.02 | 22.5 | 0.98 | 0.5 |
| Hex | FB | 60 | 3 | 0 | 3E | 63 | 2 | 16 | 62 | 32 |
| Octal | 373 | 140 | 3 | 0 | 76 | 143 | 2 | 26 | 142 | 62 |
| Binary | 11111011 | 1100000 | 11 | 0 | 111110 | 1100011 | 10 | 10110 | 1100010 | 110010 |
Color Harmonies of #FB6003
Complementary color
Monochromatic Colors of #FB6003
Black with #FB6003
Text Example
Text Example
White with #FB6003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6003; }
p { color: rgb(251,96,3); }
H1.HeaderClassName
{
color: #FB6003;
}
.AnyTagClassName
{
color: #FB6003;
}
</style>
background-color css
<style>
a { background-color: #FB6003; }
a { background-color: rgb(251,96,3); }
div.DivClassName
{
background-color: #FB6003;
}
.BgClassName
{
background-color: #FB6003;
}
</style>
border-color css
<style>
span { border-color: #FB6003; }
span { border-color: rgb(251,96,3); }
td.TdClassName
{
border-color: #FB6003;
}
.TagClassName
{
border-color: #FB6003;
}
</style>