Shades of Safety Orange #FE5F0B
Tints of Safety Orange #FE5F0B
RGB
CMYK
RGB Variations
Color information
#FE5F0B (or 0xFE5F0B) is known color: Safety Orange. HEX triplet: FE, 5F and 0B. RGB value is (254,95,11). Sum of RGB (Red+Green+Blue) = 254+95+11=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F0B is #01A0F4. Grayscale: #858585. Windows color (decimal): -106741 or 745470. OLE color: 745470.
HSL color Cylindrical-coordinate representation of color #FE5F0B: hue angle of 20.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE5F0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 11 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.00 |
| HSL | 20.74º | 0.99% | 0.52% | - |
| HSV(B) | 20.74º | 0.96% | 1% | - |
| XYZ | 45.03 | 29.28 | 3.59 | - |
| YUV | 132.97 | 59.18 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 11 | 0 | 0.63 | 0.96 | 0.00 | 20.74 | 0.99 | 0.52 |
| Hex | FE | 5F | B | 0 | 3F | 60 | 0 | 15 | 63 | 34 |
| Octal | 376 | 137 | 13 | 0 | 77 | 140 | 0 | 25 | 143 | 64 |
| Binary | 11111110 | 1011111 | 1011 | 0 | 111111 | 1100000 | 0 | 10101 | 1100011 | 110100 |
Color Harmonies of #FE5F0B
Complementary color
Monochromatic Colors of #FE5F0B
Black with #FE5F0B
Text Example
Text Example
White with #FE5F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F0B; }
p { color: rgb(254,95,11); }
H1.HeaderClassName
{
color: #FE5F0B;
}
.AnyTagClassName
{
color: #FE5F0B;
}
</style>
background-color css
<style>
a { background-color: #FE5F0B; }
a { background-color: rgb(254,95,11); }
div.DivClassName
{
background-color: #FE5F0B;
}
.BgClassName
{
background-color: #FE5F0B;
}
</style>
border-color css
<style>
span { border-color: #FE5F0B; }
span { border-color: rgb(254,95,11); }
td.TdClassName
{
border-color: #FE5F0B;
}
.TagClassName
{
border-color: #FE5F0B;
}
</style>