Shades of Safety Orange #FF6B0B
Tints of Safety Orange #FF6B0B
RGB
CMYK
RGB Variations
Color information
#FF6B0B (or 0xFF6B0B) is known color: Safety Orange. HEX triplet: FF, 6B and 0B. RGB value is (255,107,11). Sum of RGB (Red+Green+Blue) = 255+107+11=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B0B is #0094F4. Grayscale: #8C8C8C. Windows color (decimal): -38133 or 748543. OLE color: 748543.
HSL color Cylindrical-coordinate representation of color #FF6B0B: hue angle of 23.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF6B0B is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 11 | - |
| CMYK | 0 | 0.58 | 0.96 | 0 |
| HSL | 23.61º | 1% | 0.52% | - |
| HSV(B) | 23.61º | 0.96% | 1% | - |
| XYZ | 46.56 | 31.8 | 4 | - |
| YUV | 140.31 | 55.03 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 11 | 0 | 0.58 | 0.96 | 0 | 23.61 | 1 | 0.52 |
| Hex | FF | 6B | B | 0 | 3A | 60 | 0 | 18 | 64 | 34 |
| Octal | 377 | 153 | 13 | 0 | 72 | 140 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101011 | 1011 | 0 | 111010 | 1100000 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6B0B
Complementary color
Monochromatic Colors of #FF6B0B
Black with #FF6B0B
Text Example
Text Example
White with #FF6B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B0B; }
p { color: rgb(255,107,11); }
H1.HeaderClassName
{
color: #FF6B0B;
}
.AnyTagClassName
{
color: #FF6B0B;
}
</style>
background-color css
<style>
a { background-color: #FF6B0B; }
a { background-color: rgb(255,107,11); }
div.DivClassName
{
background-color: #FF6B0B;
}
.BgClassName
{
background-color: #FF6B0B;
}
</style>
border-color css
<style>
span { border-color: #FF6B0B; }
span { border-color: rgb(255,107,11); }
td.TdClassName
{
border-color: #FF6B0B;
}
.TagClassName
{
border-color: #FF6B0B;
}
</style>