Shades of Safety Orange #FB6101
Tints of Safety Orange #FB6101
RGB
CMYK
RGB Variations
Color information
#FB6101 (or 0xFB6101) is known color: Safety Orange. HEX triplet: FB, 61 and 01. RGB value is (251,97,1). Sum of RGB (Red+Green+Blue) = 251+97+1=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6101 is #049EFE. Grayscale: #848484. Windows color (decimal): -302847 or 90619. OLE color: 90619.
HSL color Cylindrical-coordinate representation of color #FB6101: hue angle of 23.04º 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 #FB6101 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.02 |
| HSL | 23.04º | 0.99% | 0.49% | - |
| HSV(B) | 23.04º | 1% | 0.98% | - |
| XYZ | 44.06 | 29.06 | 3.32 | - |
| YUV | 132.1 | 54.02 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 1 | 0 | 0.61 | 1.00 | 0.02 | 23.04 | 0.99 | 0.49 |
| Hex | FB | 61 | 1 | 0 | 3D | 64 | 2 | 17 | 63 | 31 |
| Octal | 373 | 141 | 1 | 0 | 75 | 144 | 2 | 27 | 143 | 61 |
| Binary | 11111011 | 1100001 | 1 | 0 | 111101 | 1100100 | 10 | 10111 | 1100011 | 110001 |
Color Harmonies of #FB6101
Complementary color
Monochromatic Colors of #FB6101
Black with #FB6101
Text Example
Text Example
White with #FB6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6101; }
p { color: rgb(251,97,1); }
H1.HeaderClassName
{
color: #FB6101;
}
.AnyTagClassName
{
color: #FB6101;
}
</style>
background-color css
<style>
a { background-color: #FB6101; }
a { background-color: rgb(251,97,1); }
div.DivClassName
{
background-color: #FB6101;
}
.BgClassName
{
background-color: #FB6101;
}
</style>
border-color css
<style>
span { border-color: #FB6101; }
span { border-color: rgb(251,97,1); }
td.TdClassName
{
border-color: #FB6101;
}
.TagClassName
{
border-color: #FB6101;
}
</style>