Shades of Safety Orange #FE6605
Tints of Safety Orange #FE6605
RGB
CMYK
RGB Variations
Color information
#FE6605 (or 0xFE6605) is known color: Safety Orange. HEX triplet: FE, 66 and 05. RGB value is (254,102,5). Sum of RGB (Red+Green+Blue) = 254+102+5=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6605 is #0199FA. Grayscale: #888888. Windows color (decimal): -104955 or 354046. OLE color: 354046.
HSL color Cylindrical-coordinate representation of color #FE6605: hue angle of 23.37º 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 #FE6605 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.00 |
| HSL | 23.37º | 0.99% | 0.51% | - |
| HSV(B) | 23.37º | 0.98% | 1% | - |
| XYZ | 45.65 | 30.58 | 3.64 | - |
| YUV | 136.39 | 53.86 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 5 | 0 | 0.60 | 0.98 | 0.00 | 23.37 | 0.99 | 0.51 |
| Hex | FE | 66 | 5 | 0 | 3C | 62 | 0 | 17 | 63 | 33 |
| Octal | 376 | 146 | 5 | 0 | 74 | 142 | 0 | 27 | 143 | 63 |
| Binary | 11111110 | 1100110 | 101 | 0 | 111100 | 1100010 | 0 | 10111 | 1100011 | 110011 |
Color Harmonies of #FE6605
Complementary color
Monochromatic Colors of #FE6605
Black with #FE6605
Text Example
Text Example
White with #FE6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6605; }
p { color: rgb(254,102,5); }
H1.HeaderClassName
{
color: #FE6605;
}
.AnyTagClassName
{
color: #FE6605;
}
</style>
background-color css
<style>
a { background-color: #FE6605; }
a { background-color: rgb(254,102,5); }
div.DivClassName
{
background-color: #FE6605;
}
.BgClassName
{
background-color: #FE6605;
}
</style>
border-color css
<style>
span { border-color: #FE6605; }
span { border-color: rgb(254,102,5); }
td.TdClassName
{
border-color: #FE6605;
}
.TagClassName
{
border-color: #FE6605;
}
</style>