Shades of Safety Orange #FB6B0B
Tints of Safety Orange #FB6B0B
RGB
CMYK
RGB Variations
Color information
#FB6B0B (or 0xFB6B0B) is known color: Safety Orange. HEX triplet: FB, 6B and 0B. RGB value is (251,107,11). Sum of RGB (Red+Green+Blue) = 251+107+11=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6B0B is #0494F4. Grayscale: #8B8B8B. Windows color (decimal): -300277 or 748539. OLE color: 748539.
HSL color Cylindrical-coordinate representation of color #FB6B0B: hue angle of 24º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB6B0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 11 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.02 |
| HSL | 24º | 0.97% | 0.51% | - |
| HSV(B) | 24º | 0.96% | 0.98% | - |
| XYZ | 45.1 | 31.05 | 3.93 | - |
| YUV | 139.11 | 55.71 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 11 | 0 | 0.57 | 0.96 | 0.02 | 24 | 0.97 | 0.51 |
| Hex | FB | 6B | B | 0 | 39 | 60 | 2 | 18 | 61 | 33 |
| Octal | 373 | 153 | 13 | 0 | 71 | 140 | 2 | 30 | 141 | 63 |
| Binary | 11111011 | 1101011 | 1011 | 0 | 111001 | 1100000 | 10 | 11000 | 1100001 | 110011 |
Color Harmonies of #FB6B0B
Complementary color
Monochromatic Colors of #FB6B0B
Black with #FB6B0B
Text Example
Text Example
White with #FB6B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B0B; }
p { color: rgb(251,107,11); }
H1.HeaderClassName
{
color: #FB6B0B;
}
.AnyTagClassName
{
color: #FB6B0B;
}
</style>
background-color css
<style>
a { background-color: #FB6B0B; }
a { background-color: rgb(251,107,11); }
div.DivClassName
{
background-color: #FB6B0B;
}
.BgClassName
{
background-color: #FB6B0B;
}
</style>
border-color css
<style>
span { border-color: #FB6B0B; }
span { border-color: rgb(251,107,11); }
td.TdClassName
{
border-color: #FB6B0B;
}
.TagClassName
{
border-color: #FB6B0B;
}
</style>