Shades of Safety Orange #FE6013
Tints of Safety Orange #FE6013
RGB
CMYK
RGB Variations
Color information
#FE6013 (or 0xFE6013) is known color: Safety Orange. HEX triplet: FE, 60 and 13. RGB value is (254,96,19). Sum of RGB (Red+Green+Blue) = 254+96+19=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6013 is #019FEC. Grayscale: #868686. Windows color (decimal): -106477 or 1270014. OLE color: 1270014.
HSL color Cylindrical-coordinate representation of color #FE6013: hue angle of 19.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE6013 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 19 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.00 |
| HSL | 19.66º | 0.99% | 0.54% | - |
| HSV(B) | 19.66º | 0.93% | 1% | - |
| XYZ | 45.17 | 29.48 | 3.93 | - |
| YUV | 134.46 | 62.85 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 19 | 0 | 0.62 | 0.93 | 0.00 | 19.66 | 0.99 | 0.54 |
| Hex | FE | 60 | 13 | 0 | 3E | 5D | 0 | 14 | 63 | 36 |
| Octal | 376 | 140 | 23 | 0 | 76 | 135 | 0 | 24 | 143 | 66 |
| Binary | 11111110 | 1100000 | 10011 | 0 | 111110 | 1011101 | 0 | 10100 | 1100011 | 110110 |
Color Harmonies of #FE6013
Complementary color
Monochromatic Colors of #FE6013
Black with #FE6013
Text Example
Text Example
White with #FE6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6013; }
p { color: rgb(254,96,19); }
H1.HeaderClassName
{
color: #FE6013;
}
.AnyTagClassName
{
color: #FE6013;
}
</style>
background-color css
<style>
a { background-color: #FE6013; }
a { background-color: rgb(254,96,19); }
div.DivClassName
{
background-color: #FE6013;
}
.BgClassName
{
background-color: #FE6013;
}
</style>
border-color css
<style>
span { border-color: #FE6013; }
span { border-color: rgb(254,96,19); }
td.TdClassName
{
border-color: #FE6013;
}
.TagClassName
{
border-color: #FE6013;
}
</style>