Shades of Safety Orange #FE7200
Tints of Safety Orange #FE7200
RGB
CMYK
RGB Variations
Color information
#FE7200 (or 0xFE7200) is known color: Safety Orange. HEX triplet: FE, 72 and 00. RGB value is (254,114,0). Sum of RGB (Red+Green+Blue) = 254+114+0=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7200 is #018DFF. Grayscale: #8F8F8F. Windows color (decimal): -101888 or 29438. OLE color: 29438.
HSL color Cylindrical-coordinate representation of color #FE7200: hue angle of 26.93º 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 #FE7200 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.00 |
| HSL | 26.93º | 1% | 0.5% | - |
| HSV(B) | 26.93º | 1% | 1% | - |
| XYZ | 46.89 | 33.11 | 3.92 | - |
| YUV | 142.86 | 47.38 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 0 | 0 | 0.55 | 1 | 0.00 | 26.93 | 1 | 0.5 |
| Hex | FE | 72 | 0 | 0 | 37 | 64 | 0 | 1B | 64 | 32 |
| Octal | 376 | 162 | 0 | 0 | 67 | 144 | 0 | 33 | 144 | 62 |
| Binary | 11111110 | 1110010 | 0 | 0 | 110111 | 1100100 | 0 | 11011 | 1100100 | 110010 |
Color Harmonies of #FE7200
Complementary color
Monochromatic Colors of #FE7200
Black with #FE7200
Text Example
Text Example
White with #FE7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7200; }
p { color: rgb(254,114,0); }
H1.HeaderClassName
{
color: #FE7200;
}
.AnyTagClassName
{
color: #FE7200;
}
</style>
background-color css
<style>
a { background-color: #FE7200; }
a { background-color: rgb(254,114,0); }
div.DivClassName
{
background-color: #FE7200;
}
.BgClassName
{
background-color: #FE7200;
}
</style>
border-color css
<style>
span { border-color: #FE7200; }
span { border-color: rgb(254,114,0); }
td.TdClassName
{
border-color: #FE7200;
}
.TagClassName
{
border-color: #FE7200;
}
</style>