Shades of Safety Orange #FE7101
Tints of Safety Orange #FE7101
RGB
CMYK
RGB Variations
Color information
#FE7101 (or 0xFE7101) is known color: Safety Orange. HEX triplet: FE, 71 and 01. RGB value is (254,113,1). Sum of RGB (Red+Green+Blue) = 254+113+1=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7101 is #018EFE. Grayscale: #8E8E8E. Windows color (decimal): -102143 or 94718. OLE color: 94718.
HSL color Cylindrical-coordinate representation of color #FE7101: hue angle of 26.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE7101 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.00 |
| HSL | 26.56º | 0.99% | 0.5% | - |
| HSV(B) | 26.56º | 1% | 1% | - |
| XYZ | 46.78 | 32.88 | 3.91 | - |
| YUV | 142.39 | 48.21 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 1 | 0 | 0.56 | 1.00 | 0.00 | 26.56 | 0.99 | 0.5 |
| Hex | FE | 71 | 1 | 0 | 38 | 64 | 0 | 1B | 63 | 32 |
| Octal | 376 | 161 | 1 | 0 | 70 | 144 | 0 | 33 | 143 | 62 |
| Binary | 11111110 | 1110001 | 1 | 0 | 111000 | 1100100 | 0 | 11011 | 1100011 | 110010 |
Color Harmonies of #FE7101
Complementary color
Monochromatic Colors of #FE7101
Black with #FE7101
Text Example
Text Example
White with #FE7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7101; }
p { color: rgb(254,113,1); }
H1.HeaderClassName
{
color: #FE7101;
}
.AnyTagClassName
{
color: #FE7101;
}
</style>
background-color css
<style>
a { background-color: #FE7101; }
a { background-color: rgb(254,113,1); }
div.DivClassName
{
background-color: #FE7101;
}
.BgClassName
{
background-color: #FE7101;
}
</style>
border-color css
<style>
span { border-color: #FE7101; }
span { border-color: rgb(254,113,1); }
td.TdClassName
{
border-color: #FE7101;
}
.TagClassName
{
border-color: #FE7101;
}
</style>