Shades of Safety Orange #FF5F0B
Tints of Safety Orange #FF5F0B
RGB
CMYK
RGB Variations
Color information
#FF5F0B (or 0xFF5F0B) is known color: Safety Orange. HEX triplet: FF, 5F and 0B. RGB value is (255,95,11). Sum of RGB (Red+Green+Blue) = 255+95+11=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F0B is #00A0F4. Grayscale: #858585. Windows color (decimal): -41205 or 745471. OLE color: 745471.
HSL color Cylindrical-coordinate representation of color #FF5F0B: hue angle of 20.66º 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 #FF5F0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 11 | - |
| CMYK | 0 | 0.63 | 0.96 | 0 |
| HSL | 20.66º | 1% | 0.52% | - |
| HSV(B) | 20.66º | 0.96% | 1% | - |
| XYZ | 45.39 | 29.47 | 3.61 | - |
| YUV | 133.26 | 59.01 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 11 | 0 | 0.63 | 0.96 | 0 | 20.66 | 1 | 0.52 |
| Hex | FF | 5F | B | 0 | 3F | 60 | 0 | 15 | 64 | 34 |
| Octal | 377 | 137 | 13 | 0 | 77 | 140 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1011111 | 1011 | 0 | 111111 | 1100000 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF5F0B
Complementary color
Monochromatic Colors of #FF5F0B
Black with #FF5F0B
Text Example
Text Example
White with #FF5F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F0B; }
p { color: rgb(255,95,11); }
H1.HeaderClassName
{
color: #FF5F0B;
}
.AnyTagClassName
{
color: #FF5F0B;
}
</style>
background-color css
<style>
a { background-color: #FF5F0B; }
a { background-color: rgb(255,95,11); }
div.DivClassName
{
background-color: #FF5F0B;
}
.BgClassName
{
background-color: #FF5F0B;
}
</style>
border-color css
<style>
span { border-color: #FF5F0B; }
span { border-color: rgb(255,95,11); }
td.TdClassName
{
border-color: #FF5F0B;
}
.TagClassName
{
border-color: #FF5F0B;
}
</style>