Shades of Safety Orange #FE7307
Tints of Safety Orange #FE7307
RGB
CMYK
RGB Variations
Color information
#FE7307 (or 0xFE7307) is known color: Safety Orange. HEX triplet: FE, 73 and 07. RGB value is (254,115,7). Sum of RGB (Red+Green+Blue) = 254+115+7=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7307 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7307 is #018CF8. Grayscale: #909090. Windows color (decimal): -101625 or 488446. OLE color: 488446.
HSL color Cylindrical-coordinate representation of color #FE7307: hue angle of 26.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE7307 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 7 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.00 |
| HSL | 26.23º | 0.99% | 0.51% | - |
| HSV(B) | 26.23º | 0.97% | 1% | - |
| XYZ | 47.04 | 33.35 | 4.16 | - |
| YUV | 144.25 | 50.55 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 7 | 0 | 0.55 | 0.97 | 0.00 | 26.23 | 0.99 | 0.51 |
| Hex | FE | 73 | 7 | 0 | 37 | 61 | 0 | 1A | 63 | 33 |
| Octal | 376 | 163 | 7 | 0 | 67 | 141 | 0 | 32 | 143 | 63 |
| Binary | 11111110 | 1110011 | 111 | 0 | 110111 | 1100001 | 0 | 11010 | 1100011 | 110011 |
Color Harmonies of #FE7307
Complementary color
Monochromatic Colors of #FE7307
Black with #FE7307
Text Example
Text Example
White with #FE7307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7307; }
p { color: rgb(254,115,7); }
H1.HeaderClassName
{
color: #FE7307;
}
.AnyTagClassName
{
color: #FE7307;
}
</style>
background-color css
<style>
a { background-color: #FE7307; }
a { background-color: rgb(254,115,7); }
div.DivClassName
{
background-color: #FE7307;
}
.BgClassName
{
background-color: #FE7307;
}
</style>
border-color css
<style>
span { border-color: #FE7307; }
span { border-color: rgb(254,115,7); }
td.TdClassName
{
border-color: #FE7307;
}
.TagClassName
{
border-color: #FE7307;
}
</style>