Shades of Safety Orange #FA6501
Tints of Safety Orange #FA6501
RGB
CMYK
RGB Variations
Color information
#FA6501 (or 0xFA6501) is known color: Safety Orange. HEX triplet: FA, 65 and 01. RGB value is (250,101,1). Sum of RGB (Red+Green+Blue) = 250+101+1=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6501 is #059AFE. Grayscale: #868686. Windows color (decimal): -367359 or 91642. OLE color: 91642.
HSL color Cylindrical-coordinate representation of color #FA6501: hue angle of 24.1º 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 #FA6501 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.02 |
| HSL | 24.1º | 0.99% | 0.49% | - |
| HSV(B) | 24.1º | 1% | 0.98% | - |
| XYZ | 44.08 | 29.63 | 3.43 | - |
| YUV | 134.15 | 52.86 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 1 | 0 | 0.60 | 1.00 | 0.02 | 24.1 | 0.99 | 0.49 |
| Hex | FA | 65 | 1 | 0 | 3C | 64 | 2 | 18 | 63 | 31 |
| Octal | 372 | 145 | 1 | 0 | 74 | 144 | 2 | 30 | 143 | 61 |
| Binary | 11111010 | 1100101 | 1 | 0 | 111100 | 1100100 | 10 | 11000 | 1100011 | 110001 |
Color Harmonies of #FA6501
Complementary color
Monochromatic Colors of #FA6501
Black with #FA6501
Text Example
Text Example
White with #FA6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6501; }
p { color: rgb(250,101,1); }
H1.HeaderClassName
{
color: #FA6501;
}
.AnyTagClassName
{
color: #FA6501;
}
</style>
background-color css
<style>
a { background-color: #FA6501; }
a { background-color: rgb(250,101,1); }
div.DivClassName
{
background-color: #FA6501;
}
.BgClassName
{
background-color: #FA6501;
}
</style>
border-color css
<style>
span { border-color: #FA6501; }
span { border-color: rgb(250,101,1); }
td.TdClassName
{
border-color: #FA6501;
}
.TagClassName
{
border-color: #FA6501;
}
</style>