Shades of Safety Orange #FA5E11
Tints of Safety Orange #FA5E11
RGB
CMYK
RGB Variations
Color information
#FA5E11 (or 0xFA5E11) is known color: Safety Orange. HEX triplet: FA, 5E and 11. RGB value is (250,94,17). Sum of RGB (Red+Green+Blue) = 250+94+17=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E11 is #05A1EE. Grayscale: #848484. Windows color (decimal): -369135 or 1138426. OLE color: 1138426.
HSL color Cylindrical-coordinate representation of color #FA5E11: hue angle of 19.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA5E11 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 17 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.02 |
| HSL | 19.83º | 0.96% | 0.52% | - |
| HSV(B) | 19.83º | 0.93% | 0.98% | - |
| XYZ | 43.53 | 28.37 | 3.71 | - |
| YUV | 131.87 | 63.18 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 17 | 0 | 0.62 | 0.93 | 0.02 | 19.83 | 0.96 | 0.52 |
| Hex | FA | 5E | 11 | 0 | 3E | 5D | 2 | 14 | 60 | 34 |
| Octal | 372 | 136 | 21 | 0 | 76 | 135 | 2 | 24 | 140 | 64 |
| Binary | 11111010 | 1011110 | 10001 | 0 | 111110 | 1011101 | 10 | 10100 | 1100000 | 110100 |
Color Harmonies of #FA5E11
Complementary color
Monochromatic Colors of #FA5E11
Black with #FA5E11
Text Example
Text Example
White with #FA5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E11; }
p { color: rgb(250,94,17); }
H1.HeaderClassName
{
color: #FA5E11;
}
.AnyTagClassName
{
color: #FA5E11;
}
</style>
background-color css
<style>
a { background-color: #FA5E11; }
a { background-color: rgb(250,94,17); }
div.DivClassName
{
background-color: #FA5E11;
}
.BgClassName
{
background-color: #FA5E11;
}
</style>
border-color css
<style>
span { border-color: #FA5E11; }
span { border-color: rgb(250,94,17); }
td.TdClassName
{
border-color: #FA5E11;
}
.TagClassName
{
border-color: #FA5E11;
}
</style>