Shades of Safety Orange #FE630E
Tints of Safety Orange #FE630E
RGB
CMYK
RGB Variations
Color information
#FE630E (or 0xFE630E) is known color: Safety Orange. HEX triplet: FE, 63 and 0E. RGB value is (254,99,14). Sum of RGB (Red+Green+Blue) = 254+99+14=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE630E is #019CF1. Grayscale: #888888. Windows color (decimal): -105714 or 943102. OLE color: 943102.
HSL color Cylindrical-coordinate representation of color #FE630E: hue angle of 21.25º 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 #FE630E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.00 |
| HSL | 21.25º | 0.99% | 0.53% | - |
| HSV(B) | 21.25º | 0.94% | 1% | - |
| XYZ | 45.41 | 30.03 | 3.82 | - |
| YUV | 135.66 | 59.35 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 14 | 0 | 0.61 | 0.94 | 0.00 | 21.25 | 0.99 | 0.53 |
| Hex | FE | 63 | E | 0 | 3D | 5E | 0 | 15 | 63 | 35 |
| Octal | 376 | 143 | 16 | 0 | 75 | 136 | 0 | 25 | 143 | 65 |
| Binary | 11111110 | 1100011 | 1110 | 0 | 111101 | 1011110 | 0 | 10101 | 1100011 | 110101 |
Color Harmonies of #FE630E
Complementary color
Monochromatic Colors of #FE630E
Black with #FE630E
Text Example
Text Example
White with #FE630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE630E; }
p { color: rgb(254,99,14); }
H1.HeaderClassName
{
color: #FE630E;
}
.AnyTagClassName
{
color: #FE630E;
}
</style>
background-color css
<style>
a { background-color: #FE630E; }
a { background-color: rgb(254,99,14); }
div.DivClassName
{
background-color: #FE630E;
}
.BgClassName
{
background-color: #FE630E;
}
</style>
border-color css
<style>
span { border-color: #FE630E; }
span { border-color: rgb(254,99,14); }
td.TdClassName
{
border-color: #FE630E;
}
.TagClassName
{
border-color: #FE630E;
}
</style>