Shades of Safety Orange #FF7103
Tints of Safety Orange #FF7103
RGB
CMYK
RGB Variations
Color information
#FF7103 (or 0xFF7103) is known color: Safety Orange. HEX triplet: FF, 71 and 03. RGB value is (255,113,3). Sum of RGB (Red+Green+Blue) = 255+113+3=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7103 is #008EFC. Grayscale: #8F8F8F. Windows color (decimal): -36605 or 225791. OLE color: 225791.
HSL color Cylindrical-coordinate representation of color #FF7103: hue angle of 26.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF7103 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0 |
| HSL | 26.19º | 1% | 0.51% | - |
| HSV(B) | 26.19º | 0.99% | 1% | - |
| XYZ | 47.16 | 33.08 | 3.98 | - |
| YUV | 142.92 | 49.04 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 3 | 0 | 0.56 | 0.99 | 0 | 26.19 | 1 | 0.51 |
| Hex | FF | 71 | 3 | 0 | 38 | 63 | 0 | 1A | 64 | 33 |
| Octal | 377 | 161 | 3 | 0 | 70 | 143 | 0 | 32 | 144 | 63 |
| Binary | 11111111 | 1110001 | 11 | 0 | 111000 | 1100011 | 0 | 11010 | 1100100 | 110011 |
Color Harmonies of #FF7103
Complementary color
Monochromatic Colors of #FF7103
Black with #FF7103
Text Example
Text Example
White with #FF7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7103; }
p { color: rgb(255,113,3); }
H1.HeaderClassName
{
color: #FF7103;
}
.AnyTagClassName
{
color: #FF7103;
}
</style>
background-color css
<style>
a { background-color: #FF7103; }
a { background-color: rgb(255,113,3); }
div.DivClassName
{
background-color: #FF7103;
}
.BgClassName
{
background-color: #FF7103;
}
</style>
border-color css
<style>
span { border-color: #FF7103; }
span { border-color: rgb(255,113,3); }
td.TdClassName
{
border-color: #FF7103;
}
.TagClassName
{
border-color: #FF7103;
}
</style>