Shades of Safety Orange #FB6F0B
Tints of Safety Orange #FB6F0B
RGB
CMYK
RGB Variations
Color information
#FB6F0B (or 0xFB6F0B) is known color: Safety Orange. HEX triplet: FB, 6F and 0B. RGB value is (251,111,11). Sum of RGB (Red+Green+Blue) = 251+111+11=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6F0B is #0490F4. Grayscale: #8E8E8E. Windows color (decimal): -299253 or 749563. OLE color: 749563.
HSL color Cylindrical-coordinate representation of color #FB6F0B: hue angle of 25º 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 #FB6F0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.02 |
| HSL | 25º | 0.97% | 0.51% | - |
| HSV(B) | 25º | 0.96% | 0.98% | - |
| XYZ | 45.53 | 31.9 | 4.07 | - |
| YUV | 141.46 | 54.38 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 11 | 0 | 0.56 | 0.96 | 0.02 | 25 | 0.97 | 0.51 |
| Hex | FB | 6F | B | 0 | 38 | 60 | 2 | 19 | 61 | 33 |
| Octal | 373 | 157 | 13 | 0 | 70 | 140 | 2 | 31 | 141 | 63 |
| Binary | 11111011 | 1101111 | 1011 | 0 | 111000 | 1100000 | 10 | 11001 | 1100001 | 110011 |
Color Harmonies of #FB6F0B
Complementary color
Monochromatic Colors of #FB6F0B
Black with #FB6F0B
Text Example
Text Example
White with #FB6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6F0B; }
p { color: rgb(251,111,11); }
H1.HeaderClassName
{
color: #FB6F0B;
}
.AnyTagClassName
{
color: #FB6F0B;
}
</style>
background-color css
<style>
a { background-color: #FB6F0B; }
a { background-color: rgb(251,111,11); }
div.DivClassName
{
background-color: #FB6F0B;
}
.BgClassName
{
background-color: #FB6F0B;
}
</style>
border-color css
<style>
span { border-color: #FB6F0B; }
span { border-color: rgb(251,111,11); }
td.TdClassName
{
border-color: #FB6F0B;
}
.TagClassName
{
border-color: #FB6F0B;
}
</style>