Shades of Safety Orange #FE6F06
Tints of Safety Orange #FE6F06
RGB
CMYK
RGB Variations
Color information
#FE6F06 (or 0xFE6F06) is known color: Safety Orange. HEX triplet: FE, 6F and 06. RGB value is (254,111,6). Sum of RGB (Red+Green+Blue) = 254+111+6=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F06 is #0190F9. Grayscale: #8E8E8E. Windows color (decimal): -102650 or 421886. OLE color: 421886.
HSL color Cylindrical-coordinate representation of color #FE6F06: hue angle of 25.4º 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 #FE6F06 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 6 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.00 |
| HSL | 25.4º | 0.99% | 0.51% | - |
| HSV(B) | 25.4º | 0.98% | 1% | - |
| XYZ | 46.59 | 32.45 | 3.98 | - |
| YUV | 141.79 | 51.38 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 6 | 0 | 0.56 | 0.98 | 0.00 | 25.4 | 0.99 | 0.51 |
| Hex | FE | 6F | 6 | 0 | 38 | 62 | 0 | 19 | 63 | 33 |
| Octal | 376 | 157 | 6 | 0 | 70 | 142 | 0 | 31 | 143 | 63 |
| Binary | 11111110 | 1101111 | 110 | 0 | 111000 | 1100010 | 0 | 11001 | 1100011 | 110011 |
Color Harmonies of #FE6F06
Complementary color
Monochromatic Colors of #FE6F06
Black with #FE6F06
Text Example
Text Example
White with #FE6F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F06; }
p { color: rgb(254,111,6); }
H1.HeaderClassName
{
color: #FE6F06;
}
.AnyTagClassName
{
color: #FE6F06;
}
</style>
background-color css
<style>
a { background-color: #FE6F06; }
a { background-color: rgb(254,111,6); }
div.DivClassName
{
background-color: #FE6F06;
}
.BgClassName
{
background-color: #FE6F06;
}
</style>
border-color css
<style>
span { border-color: #FE6F06; }
span { border-color: rgb(254,111,6); }
td.TdClassName
{
border-color: #FE6F06;
}
.TagClassName
{
border-color: #FE6F06;
}
</style>