Shades of Safety Orange #FE7109
Tints of Safety Orange #FE7109
RGB
CMYK
RGB Variations
Color information
#FE7109 (or 0xFE7109) is known color: Safety Orange. HEX triplet: FE, 71 and 09. RGB value is (254,113,9). Sum of RGB (Red+Green+Blue) = 254+113+9=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7109 is #018EF6. Grayscale: #8F8F8F. Windows color (decimal): -102135 or 619006. OLE color: 619006.
HSL color Cylindrical-coordinate representation of color #FE7109: hue angle of 25.47º 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 #FE7109 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.00 |
| HSL | 25.47º | 0.99% | 0.52% | - |
| HSV(B) | 25.47º | 0.96% | 1% | - |
| XYZ | 46.83 | 32.9 | 4.14 | - |
| YUV | 143.3 | 52.21 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 9 | 0 | 0.56 | 0.96 | 0.00 | 25.47 | 0.99 | 0.52 |
| Hex | FE | 71 | 9 | 0 | 38 | 60 | 0 | 19 | 63 | 34 |
| Octal | 376 | 161 | 11 | 0 | 70 | 140 | 0 | 31 | 143 | 64 |
| Binary | 11111110 | 1110001 | 1001 | 0 | 111000 | 1100000 | 0 | 11001 | 1100011 | 110100 |
Color Harmonies of #FE7109
Complementary color
Monochromatic Colors of #FE7109
Black with #FE7109
Text Example
Text Example
White with #FE7109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7109; }
p { color: rgb(254,113,9); }
H1.HeaderClassName
{
color: #FE7109;
}
.AnyTagClassName
{
color: #FE7109;
}
</style>
background-color css
<style>
a { background-color: #FE7109; }
a { background-color: rgb(254,113,9); }
div.DivClassName
{
background-color: #FE7109;
}
.BgClassName
{
background-color: #FE7109;
}
</style>
border-color css
<style>
span { border-color: #FE7109; }
span { border-color: rgb(254,113,9); }
td.TdClassName
{
border-color: #FE7109;
}
.TagClassName
{
border-color: #FE7109;
}
</style>