Shades of Safety Orange #FE6E07
Tints of Safety Orange #FE6E07
RGB
CMYK
RGB Variations
Color information
#FE6E07 (or 0xFE6E07) is known color: Safety Orange. HEX triplet: FE, 6E and 07. RGB value is (254,110,7). Sum of RGB (Red+Green+Blue) = 254+110+7=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6E07 is #0191F8. Grayscale: #8D8D8D. Windows color (decimal): -102905 or 487166. OLE color: 487166.
HSL color Cylindrical-coordinate representation of color #FE6E07: hue angle of 25.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE6E07 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.00 |
| HSL | 25.02º | 0.99% | 0.51% | - |
| HSV(B) | 25.02º | 0.97% | 1% | - |
| XYZ | 46.49 | 32.24 | 3.97 | - |
| YUV | 141.31 | 52.21 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 7 | 0 | 0.57 | 0.97 | 0.00 | 25.02 | 0.99 | 0.51 |
| Hex | FE | 6E | 7 | 0 | 39 | 61 | 0 | 19 | 63 | 33 |
| Octal | 376 | 156 | 7 | 0 | 71 | 141 | 0 | 31 | 143 | 63 |
| Binary | 11111110 | 1101110 | 111 | 0 | 111001 | 1100001 | 0 | 11001 | 1100011 | 110011 |
Color Harmonies of #FE6E07
Complementary color
Monochromatic Colors of #FE6E07
Black with #FE6E07
Text Example
Text Example
White with #FE6E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E07; }
p { color: rgb(254,110,7); }
H1.HeaderClassName
{
color: #FE6E07;
}
.AnyTagClassName
{
color: #FE6E07;
}
</style>
background-color css
<style>
a { background-color: #FE6E07; }
a { background-color: rgb(254,110,7); }
div.DivClassName
{
background-color: #FE6E07;
}
.BgClassName
{
background-color: #FE6E07;
}
</style>
border-color css
<style>
span { border-color: #FE6E07; }
span { border-color: rgb(254,110,7); }
td.TdClassName
{
border-color: #FE6E07;
}
.TagClassName
{
border-color: #FE6E07;
}
</style>