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