Shades of Safety Orange #FE6C05
Tints of Safety Orange #FE6C05
RGB
CMYK
RGB Variations
Color information
#FE6C05 (or 0xFE6C05) is known color: Safety Orange. HEX triplet: FE, 6C and 05. RGB value is (254,108,5). Sum of RGB (Red+Green+Blue) = 254+108+5=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C05 is #0193FA. Grayscale: #8C8C8C. Windows color (decimal): -103419 or 355582. OLE color: 355582.
HSL color Cylindrical-coordinate representation of color #FE6C05: hue angle of 24.82º 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 #FE6C05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.00 |
| HSL | 24.82º | 0.99% | 0.51% | - |
| HSV(B) | 24.82º | 0.98% | 1% | - |
| XYZ | 46.26 | 31.81 | 3.84 | - |
| YUV | 139.91 | 51.87 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 5 | 0 | 0.57 | 0.98 | 0.00 | 24.82 | 0.99 | 0.51 |
| Hex | FE | 6C | 5 | 0 | 39 | 62 | 0 | 19 | 63 | 33 |
| Octal | 376 | 154 | 5 | 0 | 71 | 142 | 0 | 31 | 143 | 63 |
| Binary | 11111110 | 1101100 | 101 | 0 | 111001 | 1100010 | 0 | 11001 | 1100011 | 110011 |
Color Harmonies of #FE6C05
Complementary color
Monochromatic Colors of #FE6C05
Black with #FE6C05
Text Example
Text Example
White with #FE6C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C05; }
p { color: rgb(254,108,5); }
H1.HeaderClassName
{
color: #FE6C05;
}
.AnyTagClassName
{
color: #FE6C05;
}
</style>
background-color css
<style>
a { background-color: #FE6C05; }
a { background-color: rgb(254,108,5); }
div.DivClassName
{
background-color: #FE6C05;
}
.BgClassName
{
background-color: #FE6C05;
}
</style>
border-color css
<style>
span { border-color: #FE6C05; }
span { border-color: rgb(254,108,5); }
td.TdClassName
{
border-color: #FE6C05;
}
.TagClassName
{
border-color: #FE6C05;
}
</style>