Shades of Safety Orange #FB5D10
Tints of Safety Orange #FB5D10
RGB
CMYK
RGB Variations
Color information
#FB5D10 (or 0xFB5D10) is known color: Safety Orange. HEX triplet: FB, 5D and 10. RGB value is (251,93,16). Sum of RGB (Red+Green+Blue) = 251+93+16=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D10 is #04A2EF. Grayscale: #838383. Windows color (decimal): -303856 or 1072635. OLE color: 1072635.
HSL color Cylindrical-coordinate representation of color #FB5D10: hue angle of 19.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB5D10 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 16 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.02 |
| HSL | 19.66º | 0.97% | 0.52% | - |
| HSV(B) | 19.66º | 0.94% | 0.98% | - |
| XYZ | 43.79 | 28.38 | 3.66 | - |
| YUV | 131.46 | 62.85 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 16 | 0 | 0.63 | 0.94 | 0.02 | 19.66 | 0.97 | 0.52 |
| Hex | FB | 5D | 10 | 0 | 3F | 5E | 2 | 14 | 61 | 34 |
| Octal | 373 | 135 | 20 | 0 | 77 | 136 | 2 | 24 | 141 | 64 |
| Binary | 11111011 | 1011101 | 10000 | 0 | 111111 | 1011110 | 10 | 10100 | 1100001 | 110100 |
Color Harmonies of #FB5D10
Complementary color
Monochromatic Colors of #FB5D10
Black with #FB5D10
Text Example
Text Example
White with #FB5D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D10; }
p { color: rgb(251,93,16); }
H1.HeaderClassName
{
color: #FB5D10;
}
.AnyTagClassName
{
color: #FB5D10;
}
</style>
background-color css
<style>
a { background-color: #FB5D10; }
a { background-color: rgb(251,93,16); }
div.DivClassName
{
background-color: #FB5D10;
}
.BgClassName
{
background-color: #FB5D10;
}
</style>
border-color css
<style>
span { border-color: #FB5D10; }
span { border-color: rgb(251,93,16); }
td.TdClassName
{
border-color: #FB5D10;
}
.TagClassName
{
border-color: #FB5D10;
}
</style>