Shades of Safety Orange #FA5D16
Tints of Safety Orange #FA5D16
RGB
CMYK
RGB Variations
Color information
#FA5D16 (or 0xFA5D16) is known color: Safety Orange. HEX triplet: FA, 5D and 16. RGB value is (250,93,22). Sum of RGB (Red+Green+Blue) = 250+93+22=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D16 is #05A2E9. Grayscale: #848484. Windows color (decimal): -369386 or 1465850. OLE color: 1465850.
HSL color Cylindrical-coordinate representation of color #FA5D16: hue angle of 18.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA5D16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.02 |
| HSL | 18.68º | 0.96% | 0.53% | - |
| HSV(B) | 18.68º | 0.91% | 0.98% | - |
| XYZ | 43.48 | 28.21 | 3.91 | - |
| YUV | 131.85 | 66.01 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 22 | 0 | 0.63 | 0.91 | 0.02 | 18.68 | 0.96 | 0.53 |
| Hex | FA | 5D | 16 | 0 | 3F | 5B | 2 | 13 | 60 | 35 |
| Octal | 372 | 135 | 26 | 0 | 77 | 133 | 2 | 23 | 140 | 65 |
| Binary | 11111010 | 1011101 | 10110 | 0 | 111111 | 1011011 | 10 | 10011 | 1100000 | 110101 |
Color Harmonies of #FA5D16
Complementary color
Monochromatic Colors of #FA5D16
Black with #FA5D16
Text Example
Text Example
White with #FA5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D16; }
p { color: rgb(250,93,22); }
H1.HeaderClassName
{
color: #FA5D16;
}
.AnyTagClassName
{
color: #FA5D16;
}
</style>
background-color css
<style>
a { background-color: #FA5D16; }
a { background-color: rgb(250,93,22); }
div.DivClassName
{
background-color: #FA5D16;
}
.BgClassName
{
background-color: #FA5D16;
}
</style>
border-color css
<style>
span { border-color: #FA5D16; }
span { border-color: rgb(250,93,22); }
td.TdClassName
{
border-color: #FA5D16;
}
.TagClassName
{
border-color: #FA5D16;
}
</style>