Shades of Safety Orange #FA7301
Tints of Safety Orange #FA7301
RGB
CMYK
RGB Variations
Color information
#FA7301 (or 0xFA7301) is known color: Safety Orange. HEX triplet: FA, 73 and 01. RGB value is (250,115,1). Sum of RGB (Red+Green+Blue) = 250+115+1=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7301 is #058CFE. Grayscale: #8E8E8E. Windows color (decimal): -363775 or 95226. OLE color: 95226.
HSL color Cylindrical-coordinate representation of color #FA7301: hue angle of 27.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA7301 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.02 |
| HSL | 27.47º | 0.99% | 0.49% | - |
| HSV(B) | 27.47º | 1% | 0.98% | - |
| XYZ | 45.56 | 32.59 | 3.92 | - |
| YUV | 142.37 | 48.23 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 1 | 0 | 0.54 | 1.00 | 0.02 | 27.47 | 0.99 | 0.49 |
| Hex | FA | 73 | 1 | 0 | 36 | 64 | 2 | 1B | 63 | 31 |
| Octal | 372 | 163 | 1 | 0 | 66 | 144 | 2 | 33 | 143 | 61 |
| Binary | 11111010 | 1110011 | 1 | 0 | 110110 | 1100100 | 10 | 11011 | 1100011 | 110001 |
Color Harmonies of #FA7301
Complementary color
Monochromatic Colors of #FA7301
Black with #FA7301
Text Example
Text Example
White with #FA7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7301; }
p { color: rgb(250,115,1); }
H1.HeaderClassName
{
color: #FA7301;
}
.AnyTagClassName
{
color: #FA7301;
}
</style>
background-color css
<style>
a { background-color: #FA7301; }
a { background-color: rgb(250,115,1); }
div.DivClassName
{
background-color: #FA7301;
}
.BgClassName
{
background-color: #FA7301;
}
</style>
border-color css
<style>
span { border-color: #FA7301; }
span { border-color: rgb(250,115,1); }
td.TdClassName
{
border-color: #FA7301;
}
.TagClassName
{
border-color: #FA7301;
}
</style>