Shades of Safety Orange #FB6100
Tints of Safety Orange #FB6100
RGB
CMYK
RGB Variations
Color information
#FB6100 (or 0xFB6100) is known color: Safety Orange. HEX triplet: FB, 61 and 00. RGB value is (251,97,0). Sum of RGB (Red+Green+Blue) = 251+97+0=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6100 is #049EFF. Grayscale: #848484. Windows color (decimal): -302848 or 25083. OLE color: 25083.
HSL color Cylindrical-coordinate representation of color #FB6100: hue angle of 23.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB6100 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.02 |
| HSL | 23.19º | 1% | 0.49% | - |
| HSV(B) | 23.19º | 1% | 0.98% | - |
| XYZ | 44.06 | 29.06 | 3.29 | - |
| YUV | 131.99 | 53.52 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 0 | 0 | 0.61 | 1 | 0.02 | 23.19 | 1 | 0.49 |
| Hex | FB | 61 | 0 | 0 | 3D | 64 | 2 | 17 | 64 | 31 |
| Octal | 373 | 141 | 0 | 0 | 75 | 144 | 2 | 27 | 144 | 61 |
| Binary | 11111011 | 1100001 | 0 | 0 | 111101 | 1100100 | 10 | 10111 | 1100100 | 110001 |
Color Harmonies of #FB6100
Complementary color
Monochromatic Colors of #FB6100
Black with #FB6100
Text Example
Text Example
White with #FB6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6100; }
p { color: rgb(251,97,0); }
H1.HeaderClassName
{
color: #FB6100;
}
.AnyTagClassName
{
color: #FB6100;
}
</style>
background-color css
<style>
a { background-color: #FB6100; }
a { background-color: rgb(251,97,0); }
div.DivClassName
{
background-color: #FB6100;
}
.BgClassName
{
background-color: #FB6100;
}
</style>
border-color css
<style>
span { border-color: #FB6100; }
span { border-color: rgb(251,97,0); }
td.TdClassName
{
border-color: #FB6100;
}
.TagClassName
{
border-color: #FB6100;
}
</style>