Shades of Safety Orange #FA7501
Tints of Safety Orange #FA7501
RGB
CMYK
RGB Variations
Color information
#FA7501 (or 0xFA7501) is known color: Safety Orange. HEX triplet: FA, 75 and 01. RGB value is (250,117,1). Sum of RGB (Red+Green+Blue) = 250+117+1=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7501 is #058AFE. Grayscale: #909090. Windows color (decimal): -363263 or 95738. OLE color: 95738.
HSL color Cylindrical-coordinate representation of color #FA7501: hue angle of 27.95º 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 #FA7501 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.02 |
| HSL | 27.95º | 0.99% | 0.49% | - |
| HSV(B) | 27.95º | 1% | 0.98% | - |
| XYZ | 45.79 | 33.05 | 3.99 | - |
| YUV | 143.54 | 47.56 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 1 | 0 | 0.53 | 1.00 | 0.02 | 27.95 | 0.99 | 0.49 |
| Hex | FA | 75 | 1 | 0 | 35 | 64 | 2 | 1C | 63 | 31 |
| Octal | 372 | 165 | 1 | 0 | 65 | 144 | 2 | 34 | 143 | 61 |
| Binary | 11111010 | 1110101 | 1 | 0 | 110101 | 1100100 | 10 | 11100 | 1100011 | 110001 |
Color Harmonies of #FA7501
Complementary color
Monochromatic Colors of #FA7501
Black with #FA7501
Text Example
Text Example
White with #FA7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7501; }
p { color: rgb(250,117,1); }
H1.HeaderClassName
{
color: #FA7501;
}
.AnyTagClassName
{
color: #FA7501;
}
</style>
background-color css
<style>
a { background-color: #FA7501; }
a { background-color: rgb(250,117,1); }
div.DivClassName
{
background-color: #FA7501;
}
.BgClassName
{
background-color: #FA7501;
}
</style>
border-color css
<style>
span { border-color: #FA7501; }
span { border-color: rgb(250,117,1); }
td.TdClassName
{
border-color: #FA7501;
}
.TagClassName
{
border-color: #FA7501;
}
</style>