Shades of Safety Orange #FE7804
Tints of Safety Orange #FE7804
RGB
CMYK
RGB Variations
Color information
#FE7804 (or 0xFE7804) is known color: Safety Orange. HEX triplet: FE, 78 and 04. RGB value is (254,120,4). Sum of RGB (Red+Green+Blue) = 254+120+4=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7804 is #0187FB. Grayscale: #939393. Windows color (decimal): -100348 or 293118. OLE color: 293118.
HSL color Cylindrical-coordinate representation of color #FE7804: hue angle of 27.84º 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 #FE7804 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.00 |
| HSL | 27.84º | 0.99% | 0.51% | - |
| HSV(B) | 27.84º | 0.98% | 1% | - |
| XYZ | 47.61 | 34.51 | 4.27 | - |
| YUV | 146.84 | 47.39 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 4 | 0 | 0.53 | 0.98 | 0.00 | 27.84 | 0.99 | 0.51 |
| Hex | FE | 78 | 4 | 0 | 35 | 62 | 0 | 1C | 63 | 33 |
| Octal | 376 | 170 | 4 | 0 | 65 | 142 | 0 | 34 | 143 | 63 |
| Binary | 11111110 | 1111000 | 100 | 0 | 110101 | 1100010 | 0 | 11100 | 1100011 | 110011 |
Color Harmonies of #FE7804
Complementary color
Monochromatic Colors of #FE7804
Black with #FE7804
Text Example
Text Example
White with #FE7804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7804; }
p { color: rgb(254,120,4); }
H1.HeaderClassName
{
color: #FE7804;
}
.AnyTagClassName
{
color: #FE7804;
}
</style>
background-color css
<style>
a { background-color: #FE7804; }
a { background-color: rgb(254,120,4); }
div.DivClassName
{
background-color: #FE7804;
}
.BgClassName
{
background-color: #FE7804;
}
</style>
border-color css
<style>
span { border-color: #FE7804; }
span { border-color: rgb(254,120,4); }
td.TdClassName
{
border-color: #FE7804;
}
.TagClassName
{
border-color: #FE7804;
}
</style>