Shades of Safety Orange #FA7101
Tints of Safety Orange #FA7101
RGB
CMYK
RGB Variations
Color information
#FA7101 (or 0xFA7101) is known color: Safety Orange. HEX triplet: FA, 71 and 01. RGB value is (250,113,1). Sum of RGB (Red+Green+Blue) = 250+113+1=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7101 is #058EFE. Grayscale: #8D8D8D. Windows color (decimal): -364287 or 94714. OLE color: 94714.
HSL color Cylindrical-coordinate representation of color #FA7101: hue angle of 26.99º 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 #FA7101 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.02 |
| HSL | 26.99º | 0.99% | 0.49% | - |
| HSV(B) | 26.99º | 1% | 0.98% | - |
| XYZ | 45.33 | 32.14 | 3.84 | - |
| YUV | 141.2 | 48.89 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 1 | 0 | 0.55 | 1.00 | 0.02 | 26.99 | 0.99 | 0.49 |
| Hex | FA | 71 | 1 | 0 | 37 | 64 | 2 | 1B | 63 | 31 |
| Octal | 372 | 161 | 1 | 0 | 67 | 144 | 2 | 33 | 143 | 61 |
| Binary | 11111010 | 1110001 | 1 | 0 | 110111 | 1100100 | 10 | 11011 | 1100011 | 110001 |
Color Harmonies of #FA7101
Complementary color
Monochromatic Colors of #FA7101
Black with #FA7101
Text Example
Text Example
White with #FA7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7101; }
p { color: rgb(250,113,1); }
H1.HeaderClassName
{
color: #FA7101;
}
.AnyTagClassName
{
color: #FA7101;
}
</style>
background-color css
<style>
a { background-color: #FA7101; }
a { background-color: rgb(250,113,1); }
div.DivClassName
{
background-color: #FA7101;
}
.BgClassName
{
background-color: #FA7101;
}
</style>
border-color css
<style>
span { border-color: #FA7101; }
span { border-color: rgb(250,113,1); }
td.TdClassName
{
border-color: #FA7101;
}
.TagClassName
{
border-color: #FA7101;
}
</style>