Shades of Safety Orange #FE6101
Tints of Safety Orange #FE6101
RGB
CMYK
RGB Variations
Color information
#FE6101 (or 0xFE6101) is known color: Safety Orange. HEX triplet: FE, 61 and 01. RGB value is (254,97,1). Sum of RGB (Red+Green+Blue) = 254+97+1=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6101 is #019EFE. Grayscale: #858585. Windows color (decimal): -106239 or 90622. OLE color: 90622.
HSL color Cylindrical-coordinate representation of color #FE6101: hue angle of 22.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE6101 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.00 |
| HSL | 22.77º | 0.99% | 0.5% | - |
| HSV(B) | 22.77º | 1% | 1% | - |
| XYZ | 45.15 | 29.62 | 3.37 | - |
| YUV | 133 | 53.51 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 1 | 0 | 0.62 | 1.00 | 0.00 | 22.77 | 0.99 | 0.5 |
| Hex | FE | 61 | 1 | 0 | 3E | 64 | 0 | 17 | 63 | 32 |
| Octal | 376 | 141 | 1 | 0 | 76 | 144 | 0 | 27 | 143 | 62 |
| Binary | 11111110 | 1100001 | 1 | 0 | 111110 | 1100100 | 0 | 10111 | 1100011 | 110010 |
Color Harmonies of #FE6101
Complementary color
Monochromatic Colors of #FE6101
Black with #FE6101
Text Example
Text Example
White with #FE6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6101; }
p { color: rgb(254,97,1); }
H1.HeaderClassName
{
color: #FE6101;
}
.AnyTagClassName
{
color: #FE6101;
}
</style>
background-color css
<style>
a { background-color: #FE6101; }
a { background-color: rgb(254,97,1); }
div.DivClassName
{
background-color: #FE6101;
}
.BgClassName
{
background-color: #FE6101;
}
</style>
border-color css
<style>
span { border-color: #FE6101; }
span { border-color: rgb(254,97,1); }
td.TdClassName
{
border-color: #FE6101;
}
.TagClassName
{
border-color: #FE6101;
}
</style>