Shades of Safety Orange #FE6004
Tints of Safety Orange #FE6004
RGB
CMYK
RGB Variations
Color information
#FE6004 (or 0xFE6004) is known color: Safety Orange. HEX triplet: FE, 60 and 04. RGB value is (254,96,4). Sum of RGB (Red+Green+Blue) = 254+96+4=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6004 is #019FFB. Grayscale: #858585. Windows color (decimal): -106492 or 286974. OLE color: 286974.
HSL color Cylindrical-coordinate representation of color #FE6004: hue angle of 22.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE6004 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.00 |
| HSL | 22.08º | 0.99% | 0.51% | - |
| HSV(B) | 22.08º | 0.98% | 1% | - |
| XYZ | 45.08 | 29.45 | 3.42 | - |
| YUV | 132.75 | 55.35 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 4 | 0 | 0.62 | 0.98 | 0.00 | 22.08 | 0.99 | 0.51 |
| Hex | FE | 60 | 4 | 0 | 3E | 62 | 0 | 16 | 63 | 33 |
| Octal | 376 | 140 | 4 | 0 | 76 | 142 | 0 | 26 | 143 | 63 |
| Binary | 11111110 | 1100000 | 100 | 0 | 111110 | 1100010 | 0 | 10110 | 1100011 | 110011 |
Color Harmonies of #FE6004
Complementary color
Monochromatic Colors of #FE6004
Black with #FE6004
Text Example
Text Example
White with #FE6004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6004; }
p { color: rgb(254,96,4); }
H1.HeaderClassName
{
color: #FE6004;
}
.AnyTagClassName
{
color: #FE6004;
}
</style>
background-color css
<style>
a { background-color: #FE6004; }
a { background-color: rgb(254,96,4); }
div.DivClassName
{
background-color: #FE6004;
}
.BgClassName
{
background-color: #FE6004;
}
</style>
border-color css
<style>
span { border-color: #FE6004; }
span { border-color: rgb(254,96,4); }
td.TdClassName
{
border-color: #FE6004;
}
.TagClassName
{
border-color: #FE6004;
}
</style>