Shades of Safety Orange #FA5D09
Tints of Safety Orange #FA5D09
RGB
CMYK
RGB Variations
Color information
#FA5D09 (or 0xFA5D09) is known color: Safety Orange. HEX triplet: FA, 5D and 09. RGB value is (250,93,9). Sum of RGB (Red+Green+Blue) = 250+93+9=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5D09 is #05A2F6. Grayscale: #828282. Windows color (decimal): -369399 or 613882. OLE color: 613882.
HSL color Cylindrical-coordinate representation of color #FA5D09: hue angle of 20.91º 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 #FA5D09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.02 |
| HSL | 20.91º | 0.96% | 0.51% | - |
| HSV(B) | 20.91º | 0.96% | 0.98% | - |
| XYZ | 43.39 | 28.17 | 3.41 | - |
| YUV | 130.37 | 59.51 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 9 | 0 | 0.63 | 0.96 | 0.02 | 20.91 | 0.96 | 0.51 |
| Hex | FA | 5D | 9 | 0 | 3F | 60 | 2 | 15 | 60 | 33 |
| Octal | 372 | 135 | 11 | 0 | 77 | 140 | 2 | 25 | 140 | 63 |
| Binary | 11111010 | 1011101 | 1001 | 0 | 111111 | 1100000 | 10 | 10101 | 1100000 | 110011 |
Color Harmonies of #FA5D09
Complementary color
Monochromatic Colors of #FA5D09
Black with #FA5D09
Text Example
Text Example
White with #FA5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D09; }
p { color: rgb(250,93,9); }
H1.HeaderClassName
{
color: #FA5D09;
}
.AnyTagClassName
{
color: #FA5D09;
}
</style>
background-color css
<style>
a { background-color: #FA5D09; }
a { background-color: rgb(250,93,9); }
div.DivClassName
{
background-color: #FA5D09;
}
.BgClassName
{
background-color: #FA5D09;
}
</style>
border-color css
<style>
span { border-color: #FA5D09; }
span { border-color: rgb(250,93,9); }
td.TdClassName
{
border-color: #FA5D09;
}
.TagClassName
{
border-color: #FA5D09;
}
</style>