Shades of Safety Orange #FE6109
Tints of Safety Orange #FE6109
RGB
CMYK
RGB Variations
Color information
#FE6109 (or 0xFE6109) is known color: Safety Orange. HEX triplet: FE, 61 and 09. RGB value is (254,97,9). Sum of RGB (Red+Green+Blue) = 254+97+9=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6109 is #019EF6. Grayscale: #868686. Windows color (decimal): -106231 or 614910. OLE color: 614910.
HSL color Cylindrical-coordinate representation of color #FE6109: hue angle of 21.55º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE6109 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 9 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.00 |
| HSL | 21.55º | 0.99% | 0.52% | - |
| HSV(B) | 21.55º | 0.96% | 1% | - |
| XYZ | 45.2 | 29.64 | 3.6 | - |
| YUV | 133.91 | 57.51 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 9 | 0 | 0.62 | 0.96 | 0.00 | 21.55 | 0.99 | 0.52 |
| Hex | FE | 61 | 9 | 0 | 3E | 60 | 0 | 16 | 63 | 34 |
| Octal | 376 | 141 | 11 | 0 | 76 | 140 | 0 | 26 | 143 | 64 |
| Binary | 11111110 | 1100001 | 1001 | 0 | 111110 | 1100000 | 0 | 10110 | 1100011 | 110100 |
Color Harmonies of #FE6109
Complementary color
Monochromatic Colors of #FE6109
Black with #FE6109
Text Example
Text Example
White with #FE6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6109; }
p { color: rgb(254,97,9); }
H1.HeaderClassName
{
color: #FE6109;
}
.AnyTagClassName
{
color: #FE6109;
}
</style>
background-color css
<style>
a { background-color: #FE6109; }
a { background-color: rgb(254,97,9); }
div.DivClassName
{
background-color: #FE6109;
}
.BgClassName
{
background-color: #FE6109;
}
</style>
border-color css
<style>
span { border-color: #FE6109; }
span { border-color: rgb(254,97,9); }
td.TdClassName
{
border-color: #FE6109;
}
.TagClassName
{
border-color: #FE6109;
}
</style>