Shades of Safety Orange #FF7304
Tints of Safety Orange #FF7304
RGB
CMYK
RGB Variations
Color information
#FF7304 (or 0xFF7304) is known color: Safety Orange. HEX triplet: FF, 73 and 04. RGB value is (255,115,4). Sum of RGB (Red+Green+Blue) = 255+115+4=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7304 is #008CFB. Grayscale: #909090. Windows color (decimal): -36092 or 291839. OLE color: 291839.
HSL color Cylindrical-coordinate representation of color #FF7304: hue angle of 26.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF7304 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0 |
| HSL | 26.53º | 1% | 0.51% | - |
| HSV(B) | 26.53º | 0.98% | 1% | - |
| XYZ | 47.39 | 33.53 | 4.09 | - |
| YUV | 144.21 | 48.88 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 4 | 0 | 0.55 | 0.98 | 0 | 26.53 | 1 | 0.51 |
| Hex | FF | 73 | 4 | 0 | 37 | 62 | 0 | 1B | 64 | 33 |
| Octal | 377 | 163 | 4 | 0 | 67 | 142 | 0 | 33 | 144 | 63 |
| Binary | 11111111 | 1110011 | 100 | 0 | 110111 | 1100010 | 0 | 11011 | 1100100 | 110011 |
Color Harmonies of #FF7304
Complementary color
Monochromatic Colors of #FF7304
Black with #FF7304
Text Example
Text Example
White with #FF7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7304; }
p { color: rgb(255,115,4); }
H1.HeaderClassName
{
color: #FF7304;
}
.AnyTagClassName
{
color: #FF7304;
}
</style>
background-color css
<style>
a { background-color: #FF7304; }
a { background-color: rgb(255,115,4); }
div.DivClassName
{
background-color: #FF7304;
}
.BgClassName
{
background-color: #FF7304;
}
</style>
border-color css
<style>
span { border-color: #FF7304; }
span { border-color: rgb(255,115,4); }
td.TdClassName
{
border-color: #FF7304;
}
.TagClassName
{
border-color: #FF7304;
}
</style>