Shades of Safety Orange #FE5C0A
Tints of Safety Orange #FE5C0A
RGB
CMYK
RGB Variations
Color information
#FE5C0A (or 0xFE5C0A) is known color: Safety Orange. HEX triplet: FE, 5C and 0A. RGB value is (254,92,10). Sum of RGB (Red+Green+Blue) = 254+92+10=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C0A is #01A3F5. Grayscale: #838383. Windows color (decimal): -107510 or 679166. OLE color: 679166.
HSL color Cylindrical-coordinate representation of color #FE5C0A: hue angle of 20.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE5C0A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.00 |
| HSL | 20.16º | 0.99% | 0.52% | - |
| HSV(B) | 20.16º | 0.96% | 1% | - |
| XYZ | 44.75 | 28.75 | 3.48 | - |
| YUV | 131.09 | 59.67 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 10 | 0 | 0.64 | 0.96 | 0.00 | 20.16 | 0.99 | 0.52 |
| Hex | FE | 5C | A | 0 | 40 | 60 | 0 | 14 | 63 | 34 |
| Octal | 376 | 134 | 12 | 0 | 100 | 140 | 0 | 24 | 143 | 64 |
| Binary | 11111110 | 1011100 | 1010 | 0 | 1000000 | 1100000 | 0 | 10100 | 1100011 | 110100 |
Color Harmonies of #FE5C0A
Complementary color
Monochromatic Colors of #FE5C0A
Black with #FE5C0A
Text Example
Text Example
White with #FE5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C0A; }
p { color: rgb(254,92,10); }
H1.HeaderClassName
{
color: #FE5C0A;
}
.AnyTagClassName
{
color: #FE5C0A;
}
</style>
background-color css
<style>
a { background-color: #FE5C0A; }
a { background-color: rgb(254,92,10); }
div.DivClassName
{
background-color: #FE5C0A;
}
.BgClassName
{
background-color: #FE5C0A;
}
</style>
border-color css
<style>
span { border-color: #FE5C0A; }
span { border-color: rgb(254,92,10); }
td.TdClassName
{
border-color: #FE5C0A;
}
.TagClassName
{
border-color: #FE5C0A;
}
</style>