Shades of Safety Orange #FE670E
Tints of Safety Orange #FE670E
RGB
CMYK
RGB Variations
Color information
#FE670E (or 0xFE670E) is known color: Safety Orange. HEX triplet: FE, 67 and 0E. RGB value is (254,103,14). Sum of RGB (Red+Green+Blue) = 254+103+14=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE670E is #0198F1. Grayscale: #8A8A8A. Windows color (decimal): -104690 or 944126. OLE color: 944126.
HSL color Cylindrical-coordinate representation of color #FE670E: hue angle of 22.25º 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 #FE670E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.00 |
| HSL | 22.25º | 0.99% | 0.53% | - |
| HSV(B) | 22.25º | 0.94% | 1% | - |
| XYZ | 45.8 | 30.8 | 3.95 | - |
| YUV | 138 | 58.03 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 14 | 0 | 0.59 | 0.94 | 0.00 | 22.25 | 0.99 | 0.53 |
| Hex | FE | 67 | E | 0 | 3B | 5E | 0 | 16 | 63 | 35 |
| Octal | 376 | 147 | 16 | 0 | 73 | 136 | 0 | 26 | 143 | 65 |
| Binary | 11111110 | 1100111 | 1110 | 0 | 111011 | 1011110 | 0 | 10110 | 1100011 | 110101 |
Color Harmonies of #FE670E
Complementary color
Monochromatic Colors of #FE670E
Black with #FE670E
Text Example
Text Example
White with #FE670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE670E; }
p { color: rgb(254,103,14); }
H1.HeaderClassName
{
color: #FE670E;
}
.AnyTagClassName
{
color: #FE670E;
}
</style>
background-color css
<style>
a { background-color: #FE670E; }
a { background-color: rgb(254,103,14); }
div.DivClassName
{
background-color: #FE670E;
}
.BgClassName
{
background-color: #FE670E;
}
</style>
border-color css
<style>
span { border-color: #FE670E; }
span { border-color: rgb(254,103,14); }
td.TdClassName
{
border-color: #FE670E;
}
.TagClassName
{
border-color: #FE670E;
}
</style>