Shades of Safety Orange #FA5D10
Tints of Safety Orange #FA5D10
RGB
CMYK
RGB Variations
Color information
#FA5D10 (or 0xFA5D10) is known color: Safety Orange. HEX triplet: FA, 5D and 10. RGB value is (250,93,16). Sum of RGB (Red+Green+Blue) = 250+93+16=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D10 is #05A2EF. Grayscale: #838383. Windows color (decimal): -369392 or 1072634. OLE color: 1072634.
HSL color Cylindrical-coordinate representation of color #FA5D10: hue angle of 19.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA5D10 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 16 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.02 |
| HSL | 19.74º | 0.96% | 0.52% | - |
| HSV(B) | 19.74º | 0.94% | 0.98% | - |
| XYZ | 43.43 | 28.19 | 3.64 | - |
| YUV | 131.17 | 63.01 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 16 | 0 | 0.63 | 0.94 | 0.02 | 19.74 | 0.96 | 0.52 |
| Hex | FA | 5D | 10 | 0 | 3F | 5E | 2 | 14 | 60 | 34 |
| Octal | 372 | 135 | 20 | 0 | 77 | 136 | 2 | 24 | 140 | 64 |
| Binary | 11111010 | 1011101 | 10000 | 0 | 111111 | 1011110 | 10 | 10100 | 1100000 | 110100 |
Color Harmonies of #FA5D10
Complementary color
Monochromatic Colors of #FA5D10
Black with #FA5D10
Text Example
Text Example
White with #FA5D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D10; }
p { color: rgb(250,93,16); }
H1.HeaderClassName
{
color: #FA5D10;
}
.AnyTagClassName
{
color: #FA5D10;
}
</style>
background-color css
<style>
a { background-color: #FA5D10; }
a { background-color: rgb(250,93,16); }
div.DivClassName
{
background-color: #FA5D10;
}
.BgClassName
{
background-color: #FA5D10;
}
</style>
border-color css
<style>
span { border-color: #FA5D10; }
span { border-color: rgb(250,93,16); }
td.TdClassName
{
border-color: #FA5D10;
}
.TagClassName
{
border-color: #FA5D10;
}
</style>