Shades of Safety Orange #FA5D14
Tints of Safety Orange #FA5D14
RGB
CMYK
RGB Variations
Color information
#FA5D14 (or 0xFA5D14) is known color: Safety Orange. HEX triplet: FA, 5D and 14. RGB value is (250,93,20). Sum of RGB (Red+Green+Blue) = 250+93+20=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D14 is #05A2EB. Grayscale: #848484. Windows color (decimal): -369388 or 1334778. OLE color: 1334778.
HSL color Cylindrical-coordinate representation of color #FA5D14: hue angle of 19.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA5D14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.02 |
| HSL | 19.04º | 0.96% | 0.53% | - |
| HSV(B) | 19.04º | 0.92% | 0.98% | - |
| XYZ | 43.46 | 28.2 | 3.81 | - |
| YUV | 131.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 20 | 0 | 0.63 | 0.92 | 0.02 | 19.04 | 0.96 | 0.53 |
| Hex | FA | 5D | 14 | 0 | 3F | 5C | 2 | 13 | 60 | 35 |
| Octal | 372 | 135 | 24 | 0 | 77 | 134 | 2 | 23 | 140 | 65 |
| Binary | 11111010 | 1011101 | 10100 | 0 | 111111 | 1011100 | 10 | 10011 | 1100000 | 110101 |
Color Harmonies of #FA5D14
Complementary color
Monochromatic Colors of #FA5D14
Black with #FA5D14
Text Example
Text Example
White with #FA5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D14; }
p { color: rgb(250,93,20); }
H1.HeaderClassName
{
color: #FA5D14;
}
.AnyTagClassName
{
color: #FA5D14;
}
</style>
background-color css
<style>
a { background-color: #FA5D14; }
a { background-color: rgb(250,93,20); }
div.DivClassName
{
background-color: #FA5D14;
}
.BgClassName
{
background-color: #FA5D14;
}
</style>
border-color css
<style>
span { border-color: #FA5D14; }
span { border-color: rgb(250,93,20); }
td.TdClassName
{
border-color: #FA5D14;
}
.TagClassName
{
border-color: #FA5D14;
}
</style>