Shades of Safety Orange #FE5C00
Tints of Safety Orange #FE5C00
RGB
CMYK
RGB Variations
Color information
#FE5C00 (or 0xFE5C00) is known color: Safety Orange. HEX triplet: FE, 5C and 00. RGB value is (254,92,0). Sum of RGB (Red+Green+Blue) = 254+92+0=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C00 is #01A3FF. Grayscale: #828282. Windows color (decimal): -107520 or 23806. OLE color: 23806.
HSL color Cylindrical-coordinate representation of color #FE5C00: hue angle of 21.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE5C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.00 |
| HSL | 21.73º | 1% | 0.5% | - |
| HSV(B) | 21.73º | 1% | 1% | - |
| XYZ | 44.7 | 28.73 | 3.19 | - |
| YUV | 129.95 | 54.67 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 0 | 0 | 0.64 | 1 | 0.00 | 21.73 | 1 | 0.5 |
| Hex | FE | 5C | 0 | 0 | 40 | 64 | 0 | 16 | 64 | 32 |
| Octal | 376 | 134 | 0 | 0 | 100 | 144 | 0 | 26 | 144 | 62 |
| Binary | 11111110 | 1011100 | 0 | 0 | 1000000 | 1100100 | 0 | 10110 | 1100100 | 110010 |
Color Harmonies of #FE5C00
Complementary color
Monochromatic Colors of #FE5C00
Black with #FE5C00
Text Example
Text Example
White with #FE5C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C00; }
p { color: rgb(254,92,0); }
H1.HeaderClassName
{
color: #FE5C00;
}
.AnyTagClassName
{
color: #FE5C00;
}
</style>
background-color css
<style>
a { background-color: #FE5C00; }
a { background-color: rgb(254,92,0); }
div.DivClassName
{
background-color: #FE5C00;
}
.BgClassName
{
background-color: #FE5C00;
}
</style>
border-color css
<style>
span { border-color: #FE5C00; }
span { border-color: rgb(254,92,0); }
td.TdClassName
{
border-color: #FE5C00;
}
.TagClassName
{
border-color: #FE5C00;
}
</style>