Shades of Safety Orange #FE5C08
Tints of Safety Orange #FE5C08
RGB
CMYK
RGB Variations
Color information
#FE5C08 (or 0xFE5C08) is known color: Safety Orange. HEX triplet: FE, 5C and 08. RGB value is (254,92,8). Sum of RGB (Red+Green+Blue) = 254+92+8=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C08 is #01A3F7. Grayscale: #838383. Windows color (decimal): -107512 or 548094. OLE color: 548094.
HSL color Cylindrical-coordinate representation of color #FE5C08: hue angle of 20.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE5C08 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.00 |
| HSL | 20.49º | 0.99% | 0.51% | - |
| HSV(B) | 20.49º | 0.97% | 1% | - |
| XYZ | 44.74 | 28.74 | 3.42 | - |
| YUV | 130.86 | 58.67 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 8 | 0 | 0.64 | 0.97 | 0.00 | 20.49 | 0.99 | 0.51 |
| Hex | FE | 5C | 8 | 0 | 40 | 61 | 0 | 14 | 63 | 33 |
| Octal | 376 | 134 | 10 | 0 | 100 | 141 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011100 | 1000 | 0 | 1000000 | 1100001 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5C08
Complementary color
Monochromatic Colors of #FE5C08
Black with #FE5C08
Text Example
Text Example
White with #FE5C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C08; }
p { color: rgb(254,92,8); }
H1.HeaderClassName
{
color: #FE5C08;
}
.AnyTagClassName
{
color: #FE5C08;
}
</style>
background-color css
<style>
a { background-color: #FE5C08; }
a { background-color: rgb(254,92,8); }
div.DivClassName
{
background-color: #FE5C08;
}
.BgClassName
{
background-color: #FE5C08;
}
</style>
border-color css
<style>
span { border-color: #FE5C08; }
span { border-color: rgb(254,92,8); }
td.TdClassName
{
border-color: #FE5C08;
}
.TagClassName
{
border-color: #FE5C08;
}
</style>