Shades of Safety Orange #FB5D03
Tints of Safety Orange #FB5D03
RGB
CMYK
RGB Variations
Color information
#FB5D03 (or 0xFB5D03) is known color: Safety Orange. HEX triplet: FB, 5D and 03. RGB value is (251,93,3). Sum of RGB (Red+Green+Blue) = 251+93+3=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D03 is #04A2FC. Grayscale: #828282. Windows color (decimal): -303869 or 220667. OLE color: 220667.
HSL color Cylindrical-coordinate representation of color #FB5D03: hue angle of 21.77º 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 #FB5D03 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.02 |
| HSL | 21.77º | 0.98% | 0.5% | - |
| HSV(B) | 21.77º | 0.99% | 0.98% | - |
| XYZ | 43.71 | 28.34 | 3.25 | - |
| YUV | 129.98 | 56.35 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 3 | 0 | 0.63 | 0.99 | 0.02 | 21.77 | 0.98 | 0.5 |
| Hex | FB | 5D | 3 | 0 | 3F | 63 | 2 | 16 | 62 | 32 |
| Octal | 373 | 135 | 3 | 0 | 77 | 143 | 2 | 26 | 142 | 62 |
| Binary | 11111011 | 1011101 | 11 | 0 | 111111 | 1100011 | 10 | 10110 | 1100010 | 110010 |
Color Harmonies of #FB5D03
Complementary color
Monochromatic Colors of #FB5D03
Black with #FB5D03
Text Example
Text Example
White with #FB5D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D03; }
p { color: rgb(251,93,3); }
H1.HeaderClassName
{
color: #FB5D03;
}
.AnyTagClassName
{
color: #FB5D03;
}
</style>
background-color css
<style>
a { background-color: #FB5D03; }
a { background-color: rgb(251,93,3); }
div.DivClassName
{
background-color: #FB5D03;
}
.BgClassName
{
background-color: #FB5D03;
}
</style>
border-color css
<style>
span { border-color: #FB5D03; }
span { border-color: rgb(251,93,3); }
td.TdClassName
{
border-color: #FB5D03;
}
.TagClassName
{
border-color: #FB5D03;
}
</style>