Shades of Safety Orange #FA5D0A
Tints of Safety Orange #FA5D0A
RGB
CMYK
RGB Variations
Color information
#FA5D0A (or 0xFA5D0A) is known color: Safety Orange. HEX triplet: FA, 5D and 0A. RGB value is (250,93,10). Sum of RGB (Red+Green+Blue) = 250+93+10=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D0A is #05A2F5. Grayscale: #828282. Windows color (decimal): -369398 or 679418. OLE color: 679418.
HSL color Cylindrical-coordinate representation of color #FA5D0A: hue angle of 20.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA5D0A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.02 |
| HSL | 20.75º | 0.96% | 0.51% | - |
| HSV(B) | 20.75º | 0.96% | 0.98% | - |
| XYZ | 43.39 | 28.17 | 3.44 | - |
| YUV | 130.48 | 60.01 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 10 | 0 | 0.63 | 0.96 | 0.02 | 20.75 | 0.96 | 0.51 |
| Hex | FA | 5D | A | 0 | 3F | 60 | 2 | 15 | 60 | 33 |
| Octal | 372 | 135 | 12 | 0 | 77 | 140 | 2 | 25 | 140 | 63 |
| Binary | 11111010 | 1011101 | 1010 | 0 | 111111 | 1100000 | 10 | 10101 | 1100000 | 110011 |
Color Harmonies of #FA5D0A
Complementary color
Monochromatic Colors of #FA5D0A
Black with #FA5D0A
Text Example
Text Example
White with #FA5D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D0A; }
p { color: rgb(250,93,10); }
H1.HeaderClassName
{
color: #FA5D0A;
}
.AnyTagClassName
{
color: #FA5D0A;
}
</style>
background-color css
<style>
a { background-color: #FA5D0A; }
a { background-color: rgb(250,93,10); }
div.DivClassName
{
background-color: #FA5D0A;
}
.BgClassName
{
background-color: #FA5D0A;
}
</style>
border-color css
<style>
span { border-color: #FA5D0A; }
span { border-color: rgb(250,93,10); }
td.TdClassName
{
border-color: #FA5D0A;
}
.TagClassName
{
border-color: #FA5D0A;
}
</style>