Shades of Safety Orange #FB5D01
Tints of Safety Orange #FB5D01
RGB
CMYK
RGB Variations
Color information
#FB5D01 (or 0xFB5D01) is known color: Safety Orange. HEX triplet: FB, 5D and 01. RGB value is (251,93,1). Sum of RGB (Red+Green+Blue) = 251+93+1=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5D01 is #04A2FE. Grayscale: #828282. Windows color (decimal): -303871 or 89595. OLE color: 89595.
HSL color Cylindrical-coordinate representation of color #FB5D01: hue angle of 22.08º 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 #FB5D01 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.02 |
| HSL | 22.08º | 0.99% | 0.49% | - |
| HSV(B) | 22.08º | 1% | 0.98% | - |
| XYZ | 43.7 | 28.34 | 3.2 | - |
| YUV | 129.75 | 55.35 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 1 | 0 | 0.63 | 1.00 | 0.02 | 22.08 | 0.99 | 0.49 |
| Hex | FB | 5D | 1 | 0 | 3F | 64 | 2 | 16 | 63 | 31 |
| Octal | 373 | 135 | 1 | 0 | 77 | 144 | 2 | 26 | 143 | 61 |
| Binary | 11111011 | 1011101 | 1 | 0 | 111111 | 1100100 | 10 | 10110 | 1100011 | 110001 |
Color Harmonies of #FB5D01
Complementary color
Monochromatic Colors of #FB5D01
Black with #FB5D01
Text Example
Text Example
White with #FB5D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D01; }
p { color: rgb(251,93,1); }
H1.HeaderClassName
{
color: #FB5D01;
}
.AnyTagClassName
{
color: #FB5D01;
}
</style>
background-color css
<style>
a { background-color: #FB5D01; }
a { background-color: rgb(251,93,1); }
div.DivClassName
{
background-color: #FB5D01;
}
.BgClassName
{
background-color: #FB5D01;
}
</style>
border-color css
<style>
span { border-color: #FB5D01; }
span { border-color: rgb(251,93,1); }
td.TdClassName
{
border-color: #FB5D01;
}
.TagClassName
{
border-color: #FB5D01;
}
</style>