Shades of Safety Orange #FE6210
Tints of Safety Orange #FE6210
RGB
CMYK
RGB Variations
Color information
#FE6210 (or 0xFE6210) is known color: Safety Orange. HEX triplet: FE, 62 and 10. RGB value is (254,98,16). Sum of RGB (Red+Green+Blue) = 254+98+16=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6210 is #019DEF. Grayscale: #878787. Windows color (decimal): -105968 or 1073918. OLE color: 1073918.
HSL color Cylindrical-coordinate representation of color #FE6210: hue angle of 20.67º 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 #FE6210 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 16 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.00 |
| HSL | 20.67º | 0.99% | 0.53% | - |
| HSV(B) | 20.67º | 0.94% | 1% | - |
| XYZ | 45.33 | 29.84 | 3.86 | - |
| YUV | 135.3 | 60.68 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 16 | 0 | 0.61 | 0.94 | 0.00 | 20.67 | 0.99 | 0.53 |
| Hex | FE | 62 | 10 | 0 | 3D | 5E | 0 | 15 | 63 | 35 |
| Octal | 376 | 142 | 20 | 0 | 75 | 136 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100010 | 10000 | 0 | 111101 | 1011110 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE6210
Complementary color
Monochromatic Colors of #FE6210
Black with #FE6210
Text Example
Text Example
White with #FE6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6210; }
p { color: rgb(254,98,16); }
H1.HeaderClassName
{
color: #FE6210;
}
.AnyTagClassName
{
color: #FE6210;
}
</style>
background-color css
<style>
a { background-color: #FE6210; }
a { background-color: rgb(254,98,16); }
div.DivClassName
{
background-color: #FE6210;
}
.BgClassName
{
background-color: #FE6210;
}
</style>
border-color css
<style>
span { border-color: #FE6210; }
span { border-color: rgb(254,98,16); }
td.TdClassName
{
border-color: #FE6210;
}
.TagClassName
{
border-color: #FE6210;
}
</style>