Shades of Safety Orange #FE7507
Tints of Safety Orange #FE7507
RGB
CMYK
RGB Variations
Color information
#FE7507 (or 0xFE7507) is known color: Safety Orange. HEX triplet: FE, 75 and 07. RGB value is (254,117,7). Sum of RGB (Red+Green+Blue) = 254+117+7=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7507 is #018AF8. Grayscale: #929292. Windows color (decimal): -101113 or 488958. OLE color: 488958.
HSL color Cylindrical-coordinate representation of color #FE7507: hue angle of 26.72º 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 #FE7507 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 7 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.00 |
| HSL | 26.72º | 0.99% | 0.51% | - |
| HSV(B) | 26.72º | 0.97% | 1% | - |
| XYZ | 47.27 | 33.81 | 4.24 | - |
| YUV | 145.42 | 49.89 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 7 | 0 | 0.54 | 0.97 | 0.00 | 26.72 | 0.99 | 0.51 |
| Hex | FE | 75 | 7 | 0 | 36 | 61 | 0 | 1B | 63 | 33 |
| Octal | 376 | 165 | 7 | 0 | 66 | 141 | 0 | 33 | 143 | 63 |
| Binary | 11111110 | 1110101 | 111 | 0 | 110110 | 1100001 | 0 | 11011 | 1100011 | 110011 |
Color Harmonies of #FE7507
Complementary color
Monochromatic Colors of #FE7507
Black with #FE7507
Text Example
Text Example
White with #FE7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7507; }
p { color: rgb(254,117,7); }
H1.HeaderClassName
{
color: #FE7507;
}
.AnyTagClassName
{
color: #FE7507;
}
</style>
background-color css
<style>
a { background-color: #FE7507; }
a { background-color: rgb(254,117,7); }
div.DivClassName
{
background-color: #FE7507;
}
.BgClassName
{
background-color: #FE7507;
}
</style>
border-color css
<style>
span { border-color: #FE7507; }
span { border-color: rgb(254,117,7); }
td.TdClassName
{
border-color: #FE7507;
}
.TagClassName
{
border-color: #FE7507;
}
</style>