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