Shades of Safety Orange #FE6105
Tints of Safety Orange #FE6105
RGB
CMYK
RGB Variations
Color information
#FE6105 (or 0xFE6105) is known color: Safety Orange. HEX triplet: FE, 61 and 05. RGB value is (254,97,5). Sum of RGB (Red+Green+Blue) = 254+97+5=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6105 is #019EFA. Grayscale: #858585. Windows color (decimal): -106235 or 352766. OLE color: 352766.
HSL color Cylindrical-coordinate representation of color #FE6105: hue angle of 22.17º 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 #FE6105 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.00 |
| HSL | 22.17º | 0.99% | 0.51% | - |
| HSV(B) | 22.17º | 0.98% | 1% | - |
| XYZ | 45.18 | 29.63 | 3.48 | - |
| YUV | 133.46 | 55.51 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 5 | 0 | 0.62 | 0.98 | 0.00 | 22.17 | 0.99 | 0.51 |
| Hex | FE | 61 | 5 | 0 | 3E | 62 | 0 | 16 | 63 | 33 |
| Octal | 376 | 141 | 5 | 0 | 76 | 142 | 0 | 26 | 143 | 63 |
| Binary | 11111110 | 1100001 | 101 | 0 | 111110 | 1100010 | 0 | 10110 | 1100011 | 110011 |
Color Harmonies of #FE6105
Complementary color
Monochromatic Colors of #FE6105
Black with #FE6105
Text Example
Text Example
White with #FE6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6105; }
p { color: rgb(254,97,5); }
H1.HeaderClassName
{
color: #FE6105;
}
.AnyTagClassName
{
color: #FE6105;
}
</style>
background-color css
<style>
a { background-color: #FE6105; }
a { background-color: rgb(254,97,5); }
div.DivClassName
{
background-color: #FE6105;
}
.BgClassName
{
background-color: #FE6105;
}
</style>
border-color css
<style>
span { border-color: #FE6105; }
span { border-color: rgb(254,97,5); }
td.TdClassName
{
border-color: #FE6105;
}
.TagClassName
{
border-color: #FE6105;
}
</style>