Shades of Safety Orange #FE7602
Tints of Safety Orange #FE7602
RGB
CMYK
RGB Variations
Color information
#FE7602 (or 0xFE7602) is known color: Safety Orange. HEX triplet: FE, 76 and 02. RGB value is (254,118,2). Sum of RGB (Red+Green+Blue) = 254+118+2=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7602 is #0189FD. Grayscale: #929292. Windows color (decimal): -100862 or 161534. OLE color: 161534.
HSL color Cylindrical-coordinate representation of color #FE7602: hue angle of 27.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE7602 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.00 |
| HSL | 27.62º | 0.99% | 0.5% | - |
| HSV(B) | 27.62º | 0.99% | 1% | - |
| XYZ | 47.36 | 34.03 | 4.13 | - |
| YUV | 145.44 | 47.06 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 2 | 0 | 0.54 | 0.99 | 0.00 | 27.62 | 0.99 | 0.5 |
| Hex | FE | 76 | 2 | 0 | 36 | 63 | 0 | 1C | 63 | 32 |
| Octal | 376 | 166 | 2 | 0 | 66 | 143 | 0 | 34 | 143 | 62 |
| Binary | 11111110 | 1110110 | 10 | 0 | 110110 | 1100011 | 0 | 11100 | 1100011 | 110010 |
Color Harmonies of #FE7602
Complementary color
Monochromatic Colors of #FE7602
Black with #FE7602
Text Example
Text Example
White with #FE7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7602; }
p { color: rgb(254,118,2); }
H1.HeaderClassName
{
color: #FE7602;
}
.AnyTagClassName
{
color: #FE7602;
}
</style>
background-color css
<style>
a { background-color: #FE7602; }
a { background-color: rgb(254,118,2); }
div.DivClassName
{
background-color: #FE7602;
}
.BgClassName
{
background-color: #FE7602;
}
</style>
border-color css
<style>
span { border-color: #FE7602; }
span { border-color: rgb(254,118,2); }
td.TdClassName
{
border-color: #FE7602;
}
.TagClassName
{
border-color: #FE7602;
}
</style>