Shades of Safety Orange #FE6F00
Tints of Safety Orange #FE6F00
RGB
CMYK
RGB Variations
Color information
#FE6F00 (or 0xFE6F00) is known color: Safety Orange. HEX triplet: FE, 6F and 00. RGB value is (254,111,0). Sum of RGB (Red+Green+Blue) = 254+111+0=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F00 is #0190FF. Grayscale: #8D8D8D. Windows color (decimal): -102656 or 28670. OLE color: 28670.
HSL color Cylindrical-coordinate representation of color #FE6F00: hue angle of 26.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE6F00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.00 |
| HSL | 26.22º | 1% | 0.5% | - |
| HSV(B) | 26.22º | 1% | 1% | - |
| XYZ | 46.56 | 32.44 | 3.81 | - |
| YUV | 141.1 | 48.38 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 0 | 0 | 0.56 | 1 | 0.00 | 26.22 | 1 | 0.5 |
| Hex | FE | 6F | 0 | 0 | 38 | 64 | 0 | 1A | 64 | 32 |
| Octal | 376 | 157 | 0 | 0 | 70 | 144 | 0 | 32 | 144 | 62 |
| Binary | 11111110 | 1101111 | 0 | 0 | 111000 | 1100100 | 0 | 11010 | 1100100 | 110010 |
Color Harmonies of #FE6F00
Complementary color
Monochromatic Colors of #FE6F00
Black with #FE6F00
Text Example
Text Example
White with #FE6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F00; }
p { color: rgb(254,111,0); }
H1.HeaderClassName
{
color: #FE6F00;
}
.AnyTagClassName
{
color: #FE6F00;
}
</style>
background-color css
<style>
a { background-color: #FE6F00; }
a { background-color: rgb(254,111,0); }
div.DivClassName
{
background-color: #FE6F00;
}
.BgClassName
{
background-color: #FE6F00;
}
</style>
border-color css
<style>
span { border-color: #FE6F00; }
span { border-color: rgb(254,111,0); }
td.TdClassName
{
border-color: #FE6F00;
}
.TagClassName
{
border-color: #FE6F00;
}
</style>