Shades of Safety Orange #FE6211
Tints of Safety Orange #FE6211
RGB
CMYK
RGB Variations
Color information
#FE6211 (or 0xFE6211) is known color: Safety Orange. HEX triplet: FE, 62 and 11. RGB value is (254,98,17). Sum of RGB (Red+Green+Blue) = 254+98+17=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6211 is #019DEE. Grayscale: #878787. Windows color (decimal): -105967 or 1139454. OLE color: 1139454.
HSL color Cylindrical-coordinate representation of color #FE6211: hue angle of 20.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE6211 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.00 |
| HSL | 20.51º | 0.99% | 0.53% | - |
| HSV(B) | 20.51º | 0.93% | 1% | - |
| XYZ | 45.34 | 29.85 | 3.9 | - |
| YUV | 135.41 | 61.18 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 17 | 0 | 0.61 | 0.93 | 0.00 | 20.51 | 0.99 | 0.53 |
| Hex | FE | 62 | 11 | 0 | 3D | 5D | 0 | 15 | 63 | 35 |
| Octal | 376 | 142 | 21 | 0 | 75 | 135 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100010 | 10001 | 0 | 111101 | 1011101 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE6211
Complementary color
Monochromatic Colors of #FE6211
Black with #FE6211
Text Example
Text Example
White with #FE6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6211; }
p { color: rgb(254,98,17); }
H1.HeaderClassName
{
color: #FE6211;
}
.AnyTagClassName
{
color: #FE6211;
}
</style>
background-color css
<style>
a { background-color: #FE6211; }
a { background-color: rgb(254,98,17); }
div.DivClassName
{
background-color: #FE6211;
}
.BgClassName
{
background-color: #FE6211;
}
</style>
border-color css
<style>
span { border-color: #FE6211; }
span { border-color: rgb(254,98,17); }
td.TdClassName
{
border-color: #FE6211;
}
.TagClassName
{
border-color: #FE6211;
}
</style>