Shades of Safety Orange #FE6710
Tints of Safety Orange #FE6710
RGB
CMYK
RGB Variations
Color information
#FE6710 (or 0xFE6710) is known color: Safety Orange. HEX triplet: FE, 67 and 10. RGB value is (254,103,16). Sum of RGB (Red+Green+Blue) = 254+103+16=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6710 is #0198EF. Grayscale: #8A8A8A. Windows color (decimal): -104688 or 1075198. OLE color: 1075198.
HSL color Cylindrical-coordinate representation of color #FE6710: hue angle of 21.93º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE6710 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 16 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.00 |
| HSL | 21.93º | 0.99% | 0.53% | - |
| HSV(B) | 21.93º | 0.94% | 1% | - |
| XYZ | 45.82 | 30.81 | 4.02 | - |
| YUV | 138.23 | 59.03 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 16 | 0 | 0.59 | 0.94 | 0.00 | 21.93 | 0.99 | 0.53 |
| Hex | FE | 67 | 10 | 0 | 3B | 5E | 0 | 16 | 63 | 35 |
| Octal | 376 | 147 | 20 | 0 | 73 | 136 | 0 | 26 | 143 | 65 |
| Binary | 11111110 | 1100111 | 10000 | 0 | 111011 | 1011110 | 0 | 10110 | 1100011 | 110101 |
Color Harmonies of #FE6710
Complementary color
Monochromatic Colors of #FE6710
Black with #FE6710
Text Example
Text Example
White with #FE6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6710; }
p { color: rgb(254,103,16); }
H1.HeaderClassName
{
color: #FE6710;
}
.AnyTagClassName
{
color: #FE6710;
}
</style>
background-color css
<style>
a { background-color: #FE6710; }
a { background-color: rgb(254,103,16); }
div.DivClassName
{
background-color: #FE6710;
}
.BgClassName
{
background-color: #FE6710;
}
</style>
border-color css
<style>
span { border-color: #FE6710; }
span { border-color: rgb(254,103,16); }
td.TdClassName
{
border-color: #FE6710;
}
.TagClassName
{
border-color: #FE6710;
}
</style>