Shades of Safety Orange #FA5E05
Tints of Safety Orange #FA5E05
RGB
CMYK
RGB Variations
Color information
#FA5E05 (or 0xFA5E05) is known color: Safety Orange. HEX triplet: FA, 5E and 05. RGB value is (250,94,5). Sum of RGB (Red+Green+Blue) = 250+94+5=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E05 is #05A1FA. Grayscale: #838383. Windows color (decimal): -369147 or 351994. OLE color: 351994.
HSL color Cylindrical-coordinate representation of color #FA5E05: hue angle of 21.8º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA5E05 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.02 |
| HSL | 21.8º | 0.96% | 0.5% | - |
| HSV(B) | 21.8º | 0.98% | 0.98% | - |
| XYZ | 43.45 | 28.34 | 3.32 | - |
| YUV | 130.5 | 57.18 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 5 | 0 | 0.62 | 0.98 | 0.02 | 21.8 | 0.96 | 0.5 |
| Hex | FA | 5E | 5 | 0 | 3E | 62 | 2 | 16 | 60 | 32 |
| Octal | 372 | 136 | 5 | 0 | 76 | 142 | 2 | 26 | 140 | 62 |
| Binary | 11111010 | 1011110 | 101 | 0 | 111110 | 1100010 | 10 | 10110 | 1100000 | 110010 |
Color Harmonies of #FA5E05
Complementary color
Monochromatic Colors of #FA5E05
Black with #FA5E05
Text Example
Text Example
White with #FA5E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E05; }
p { color: rgb(250,94,5); }
H1.HeaderClassName
{
color: #FA5E05;
}
.AnyTagClassName
{
color: #FA5E05;
}
</style>
background-color css
<style>
a { background-color: #FA5E05; }
a { background-color: rgb(250,94,5); }
div.DivClassName
{
background-color: #FA5E05;
}
.BgClassName
{
background-color: #FA5E05;
}
</style>
border-color css
<style>
span { border-color: #FA5E05; }
span { border-color: rgb(250,94,5); }
td.TdClassName
{
border-color: #FA5E05;
}
.TagClassName
{
border-color: #FA5E05;
}
</style>