Shades of Safety Orange #FB5C01
Tints of Safety Orange #FB5C01
RGB
CMYK
RGB Variations
Color information
#FB5C01 (or 0xFB5C01) is known color: Safety Orange. HEX triplet: FB, 5C and 01. RGB value is (251,92,1). Sum of RGB (Red+Green+Blue) = 251+92+1=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5C01 is #04A3FE. Grayscale: #818181. Windows color (decimal): -304127 or 89339. OLE color: 89339.
HSL color Cylindrical-coordinate representation of color #FB5C01: hue angle of 21.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB5C01 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.02 |
| HSL | 21.84º | 0.99% | 0.49% | - |
| HSV(B) | 21.84º | 1% | 0.98% | - |
| XYZ | 43.62 | 28.17 | 3.17 | - |
| YUV | 129.17 | 55.68 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 1 | 0 | 0.63 | 1.00 | 0.02 | 21.84 | 0.99 | 0.49 |
| Hex | FB | 5C | 1 | 0 | 3F | 64 | 2 | 16 | 63 | 31 |
| Octal | 373 | 134 | 1 | 0 | 77 | 144 | 2 | 26 | 143 | 61 |
| Binary | 11111011 | 1011100 | 1 | 0 | 111111 | 1100100 | 10 | 10110 | 1100011 | 110001 |
Color Harmonies of #FB5C01
Complementary color
Monochromatic Colors of #FB5C01
Black with #FB5C01
Text Example
Text Example
White with #FB5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C01; }
p { color: rgb(251,92,1); }
H1.HeaderClassName
{
color: #FB5C01;
}
.AnyTagClassName
{
color: #FB5C01;
}
</style>
background-color css
<style>
a { background-color: #FB5C01; }
a { background-color: rgb(251,92,1); }
div.DivClassName
{
background-color: #FB5C01;
}
.BgClassName
{
background-color: #FB5C01;
}
</style>
border-color css
<style>
span { border-color: #FB5C01; }
span { border-color: rgb(251,92,1); }
td.TdClassName
{
border-color: #FB5C01;
}
.TagClassName
{
border-color: #FB5C01;
}
</style>