Shades of Safety Orange #FE7600
Tints of Safety Orange #FE7600
RGB
CMYK
RGB Variations
Color information
#FE7600 (or 0xFE7600) is known color: Safety Orange. HEX triplet: FE, 76 and 00. RGB value is (254,118,0). Sum of RGB (Red+Green+Blue) = 254+118+0=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7600 is #0189FF. Grayscale: #919191. Windows color (decimal): -100864 or 30462. OLE color: 30462.
HSL color Cylindrical-coordinate representation of color #FE7600: hue angle of 27.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE7600 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.00 |
| HSL | 27.87º | 1% | 0.5% | - |
| HSV(B) | 27.87º | 1% | 1% | - |
| XYZ | 47.35 | 34.03 | 4.07 | - |
| YUV | 145.21 | 46.06 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 0 | 0 | 0.54 | 1 | 0.00 | 27.87 | 1 | 0.5 |
| Hex | FE | 76 | 0 | 0 | 36 | 64 | 0 | 1C | 64 | 32 |
| Octal | 376 | 166 | 0 | 0 | 66 | 144 | 0 | 34 | 144 | 62 |
| Binary | 11111110 | 1110110 | 0 | 0 | 110110 | 1100100 | 0 | 11100 | 1100100 | 110010 |
Color Harmonies of #FE7600
Complementary color
Monochromatic Colors of #FE7600
Black with #FE7600
Text Example
Text Example
White with #FE7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7600; }
p { color: rgb(254,118,0); }
H1.HeaderClassName
{
color: #FE7600;
}
.AnyTagClassName
{
color: #FE7600;
}
</style>
background-color css
<style>
a { background-color: #FE7600; }
a { background-color: rgb(254,118,0); }
div.DivClassName
{
background-color: #FE7600;
}
.BgClassName
{
background-color: #FE7600;
}
</style>
border-color css
<style>
span { border-color: #FE7600; }
span { border-color: rgb(254,118,0); }
td.TdClassName
{
border-color: #FE7600;
}
.TagClassName
{
border-color: #FE7600;
}
</style>