Shades of Safety Orange #FE7202
Tints of Safety Orange #FE7202
RGB
CMYK
RGB Variations
Color information
#FE7202 (or 0xFE7202) is known color: Safety Orange. HEX triplet: FE, 72 and 02. RGB value is (254,114,2). Sum of RGB (Red+Green+Blue) = 254+114+2=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7202 is #018DFD. Grayscale: #8F8F8F. Windows color (decimal): -101886 or 160510. OLE color: 160510.
HSL color Cylindrical-coordinate representation of color #FE7202: hue angle of 26.67º 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 #FE7202 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.00 |
| HSL | 26.67º | 0.99% | 0.5% | - |
| HSV(B) | 26.67º | 0.99% | 1% | - |
| XYZ | 46.9 | 33.11 | 3.98 | - |
| YUV | 143.09 | 48.38 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 2 | 0 | 0.55 | 0.99 | 0.00 | 26.67 | 0.99 | 0.5 |
| Hex | FE | 72 | 2 | 0 | 37 | 63 | 0 | 1B | 63 | 32 |
| Octal | 376 | 162 | 2 | 0 | 67 | 143 | 0 | 33 | 143 | 62 |
| Binary | 11111110 | 1110010 | 10 | 0 | 110111 | 1100011 | 0 | 11011 | 1100011 | 110010 |
Color Harmonies of #FE7202
Complementary color
Monochromatic Colors of #FE7202
Black with #FE7202
Text Example
Text Example
White with #FE7202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7202; }
p { color: rgb(254,114,2); }
H1.HeaderClassName
{
color: #FE7202;
}
.AnyTagClassName
{
color: #FE7202;
}
</style>
background-color css
<style>
a { background-color: #FE7202; }
a { background-color: rgb(254,114,2); }
div.DivClassName
{
background-color: #FE7202;
}
.BgClassName
{
background-color: #FE7202;
}
</style>
border-color css
<style>
span { border-color: #FE7202; }
span { border-color: rgb(254,114,2); }
td.TdClassName
{
border-color: #FE7202;
}
.TagClassName
{
border-color: #FE7202;
}
</style>