Shades of Safety Orange #FE5C04
Tints of Safety Orange #FE5C04
RGB
CMYK
RGB Variations
Color information
#FE5C04 (or 0xFE5C04) is known color: Safety Orange. HEX triplet: FE, 5C and 04. RGB value is (254,92,4). Sum of RGB (Red+Green+Blue) = 254+92+4=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C04 is #01A3FB. Grayscale: #828282. Windows color (decimal): -107516 or 285950. OLE color: 285950.
HSL color Cylindrical-coordinate representation of color #FE5C04: hue angle of 21.12º 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 #FE5C04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.00 |
| HSL | 21.12º | 0.99% | 0.51% | - |
| HSV(B) | 21.12º | 0.98% | 1% | - |
| XYZ | 44.72 | 28.73 | 3.3 | - |
| YUV | 130.41 | 56.67 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 4 | 0 | 0.64 | 0.98 | 0.00 | 21.12 | 0.99 | 0.51 |
| Hex | FE | 5C | 4 | 0 | 40 | 62 | 0 | 15 | 63 | 33 |
| Octal | 376 | 134 | 4 | 0 | 100 | 142 | 0 | 25 | 143 | 63 |
| Binary | 11111110 | 1011100 | 100 | 0 | 1000000 | 1100010 | 0 | 10101 | 1100011 | 110011 |
Color Harmonies of #FE5C04
Complementary color
Monochromatic Colors of #FE5C04
Black with #FE5C04
Text Example
Text Example
White with #FE5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C04; }
p { color: rgb(254,92,4); }
H1.HeaderClassName
{
color: #FE5C04;
}
.AnyTagClassName
{
color: #FE5C04;
}
</style>
background-color css
<style>
a { background-color: #FE5C04; }
a { background-color: rgb(254,92,4); }
div.DivClassName
{
background-color: #FE5C04;
}
.BgClassName
{
background-color: #FE5C04;
}
</style>
border-color css
<style>
span { border-color: #FE5C04; }
span { border-color: rgb(254,92,4); }
td.TdClassName
{
border-color: #FE5C04;
}
.TagClassName
{
border-color: #FE5C04;
}
</style>