Shades of Safety Orange #FF7109
Tints of Safety Orange #FF7109
RGB
CMYK
RGB Variations
Color information
#FF7109 (or 0xFF7109) is known color: Safety Orange. HEX triplet: FF, 71 and 09. RGB value is (255,113,9). Sum of RGB (Red+Green+Blue) = 255+113+9=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7109 is #008EF6. Grayscale: #909090. Windows color (decimal): -36599 or 619007. OLE color: 619007.
HSL color Cylindrical-coordinate representation of color #FF7109: hue angle of 25.37º 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 #FF7109 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0 |
| HSL | 25.37º | 1% | 0.52% | - |
| HSV(B) | 25.37º | 0.96% | 1% | - |
| XYZ | 47.19 | 33.09 | 4.16 | - |
| YUV | 143.6 | 52.04 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 9 | 0 | 0.56 | 0.96 | 0 | 25.37 | 1 | 0.52 |
| Hex | FF | 71 | 9 | 0 | 38 | 60 | 0 | 19 | 64 | 34 |
| Octal | 377 | 161 | 11 | 0 | 70 | 140 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1110001 | 1001 | 0 | 111000 | 1100000 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF7109
Complementary color
Monochromatic Colors of #FF7109
Black with #FF7109
Text Example
Text Example
White with #FF7109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7109; }
p { color: rgb(255,113,9); }
H1.HeaderClassName
{
color: #FF7109;
}
.AnyTagClassName
{
color: #FF7109;
}
</style>
background-color css
<style>
a { background-color: #FF7109; }
a { background-color: rgb(255,113,9); }
div.DivClassName
{
background-color: #FF7109;
}
.BgClassName
{
background-color: #FF7109;
}
</style>
border-color css
<style>
span { border-color: #FF7109; }
span { border-color: rgb(255,113,9); }
td.TdClassName
{
border-color: #FF7109;
}
.TagClassName
{
border-color: #FF7109;
}
</style>