Shades of Safety Orange #FE7008
Tints of Safety Orange #FE7008
RGB
CMYK
RGB Variations
Color information
#FE7008 (or 0xFE7008) is known color: Safety Orange. HEX triplet: FE, 70 and 08. RGB value is (254,112,8). Sum of RGB (Red+Green+Blue) = 254+112+8=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7008 is #018FF7. Grayscale: #8F8F8F. Windows color (decimal): -102392 or 553214. OLE color: 553214.
HSL color Cylindrical-coordinate representation of color #FE7008: hue angle of 25.37º 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 #FE7008 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.00 |
| HSL | 25.37º | 0.99% | 0.51% | - |
| HSV(B) | 25.37º | 0.97% | 1% | - |
| XYZ | 46.71 | 32.68 | 4.08 | - |
| YUV | 142.6 | 52.04 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 8 | 0 | 0.56 | 0.97 | 0.00 | 25.37 | 0.99 | 0.51 |
| Hex | FE | 70 | 8 | 0 | 38 | 61 | 0 | 19 | 63 | 33 |
| Octal | 376 | 160 | 10 | 0 | 70 | 141 | 0 | 31 | 143 | 63 |
| Binary | 11111110 | 1110000 | 1000 | 0 | 111000 | 1100001 | 0 | 11001 | 1100011 | 110011 |
Color Harmonies of #FE7008
Complementary color
Monochromatic Colors of #FE7008
Black with #FE7008
Text Example
Text Example
White with #FE7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7008; }
p { color: rgb(254,112,8); }
H1.HeaderClassName
{
color: #FE7008;
}
.AnyTagClassName
{
color: #FE7008;
}
</style>
background-color css
<style>
a { background-color: #FE7008; }
a { background-color: rgb(254,112,8); }
div.DivClassName
{
background-color: #FE7008;
}
.BgClassName
{
background-color: #FE7008;
}
</style>
border-color css
<style>
span { border-color: #FE7008; }
span { border-color: rgb(254,112,8); }
td.TdClassName
{
border-color: #FE7008;
}
.TagClassName
{
border-color: #FE7008;
}
</style>