Shades of Safety Orange #FE6206
Tints of Safety Orange #FE6206
RGB
CMYK
RGB Variations
Color information
#FE6206 (or 0xFE6206) is known color: Safety Orange. HEX triplet: FE, 62 and 06. RGB value is (254,98,6). Sum of RGB (Red+Green+Blue) = 254+98+6=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6206 is #019DF9. Grayscale: #868686. Windows color (decimal): -105978 or 418558. OLE color: 418558.
HSL color Cylindrical-coordinate representation of color #FE6206: hue angle of 22.26º 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 #FE6206 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 6 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.00 |
| HSL | 22.26º | 0.99% | 0.51% | - |
| HSV(B) | 22.26º | 0.98% | 1% | - |
| XYZ | 45.27 | 29.82 | 3.54 | - |
| YUV | 134.16 | 55.68 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 6 | 0 | 0.61 | 0.98 | 0.00 | 22.26 | 0.99 | 0.51 |
| Hex | FE | 62 | 6 | 0 | 3D | 62 | 0 | 16 | 63 | 33 |
| Octal | 376 | 142 | 6 | 0 | 75 | 142 | 0 | 26 | 143 | 63 |
| Binary | 11111110 | 1100010 | 110 | 0 | 111101 | 1100010 | 0 | 10110 | 1100011 | 110011 |
Color Harmonies of #FE6206
Complementary color
Monochromatic Colors of #FE6206
Black with #FE6206
Text Example
Text Example
White with #FE6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6206; }
p { color: rgb(254,98,6); }
H1.HeaderClassName
{
color: #FE6206;
}
.AnyTagClassName
{
color: #FE6206;
}
</style>
background-color css
<style>
a { background-color: #FE6206; }
a { background-color: rgb(254,98,6); }
div.DivClassName
{
background-color: #FE6206;
}
.BgClassName
{
background-color: #FE6206;
}
</style>
border-color css
<style>
span { border-color: #FE6206; }
span { border-color: rgb(254,98,6); }
td.TdClassName
{
border-color: #FE6206;
}
.TagClassName
{
border-color: #FE6206;
}
</style>