Shades of Safety Orange #FE7105
Tints of Safety Orange #FE7105
RGB
CMYK
RGB Variations
Color information
#FE7105 (or 0xFE7105) is known color: Safety Orange. HEX triplet: FE, 71 and 05. RGB value is (254,113,5). Sum of RGB (Red+Green+Blue) = 254+113+5=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7105 is #018EFA. Grayscale: #8F8F8F. Windows color (decimal): -102139 or 356862. OLE color: 356862.
HSL color Cylindrical-coordinate representation of color #FE7105: hue angle of 26.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE7105 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.00 |
| HSL | 26.02º | 0.99% | 0.51% | - |
| HSV(B) | 26.02º | 0.98% | 1% | - |
| XYZ | 46.81 | 32.89 | 4.03 | - |
| YUV | 142.85 | 50.21 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 5 | 0 | 0.56 | 0.98 | 0.00 | 26.02 | 0.99 | 0.51 |
| Hex | FE | 71 | 5 | 0 | 38 | 62 | 0 | 1A | 63 | 33 |
| Octal | 376 | 161 | 5 | 0 | 70 | 142 | 0 | 32 | 143 | 63 |
| Binary | 11111110 | 1110001 | 101 | 0 | 111000 | 1100010 | 0 | 11010 | 1100011 | 110011 |
Color Harmonies of #FE7105
Complementary color
Monochromatic Colors of #FE7105
Black with #FE7105
Text Example
Text Example
White with #FE7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7105; }
p { color: rgb(254,113,5); }
H1.HeaderClassName
{
color: #FE7105;
}
.AnyTagClassName
{
color: #FE7105;
}
</style>
background-color css
<style>
a { background-color: #FE7105; }
a { background-color: rgb(254,113,5); }
div.DivClassName
{
background-color: #FE7105;
}
.BgClassName
{
background-color: #FE7105;
}
</style>
border-color css
<style>
span { border-color: #FE7105; }
span { border-color: rgb(254,113,5); }
td.TdClassName
{
border-color: #FE7105;
}
.TagClassName
{
border-color: #FE7105;
}
</style>