Shades of International Orange #FA5901
Tints of International Orange #FA5901
RGB
CMYK
RGB Variations
Color information
#FA5901 (or 0xFA5901) is known color: International Orange. HEX triplet: FA, 59 and 01. RGB value is (250,89,1). Sum of RGB (Red+Green+Blue) = 250+89+1=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5901 is #05A6FE. Grayscale: #7F7F7F. Windows color (decimal): -370431 or 88570. OLE color: 88570.
HSL color Cylindrical-coordinate representation of color #FA5901: hue angle of 21.2º 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 #FA5901 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.02 |
| HSL | 21.2º | 0.99% | 0.49% | - |
| HSV(B) | 21.2º | 1% | 0.98% | - |
| XYZ | 43 | 27.47 | 3.06 | - |
| YUV | 127.11 | 56.84 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 1 | 0 | 0.64 | 1.00 | 0.02 | 21.2 | 0.99 | 0.49 |
| Hex | FA | 59 | 1 | 0 | 40 | 64 | 2 | 15 | 63 | 31 |
| Octal | 372 | 131 | 1 | 0 | 100 | 144 | 2 | 25 | 143 | 61 |
| Binary | 11111010 | 1011001 | 1 | 0 | 1000000 | 1100100 | 10 | 10101 | 1100011 | 110001 |
Color Harmonies of #FA5901
Complementary color
Monochromatic Colors of #FA5901
Black with #FA5901
Text Example
Text Example
White with #FA5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5901; }
p { color: rgb(250,89,1); }
H1.HeaderClassName
{
color: #FA5901;
}
.AnyTagClassName
{
color: #FA5901;
}
</style>
background-color css
<style>
a { background-color: #FA5901; }
a { background-color: rgb(250,89,1); }
div.DivClassName
{
background-color: #FA5901;
}
.BgClassName
{
background-color: #FA5901;
}
</style>
border-color css
<style>
span { border-color: #FA5901; }
span { border-color: rgb(250,89,1); }
td.TdClassName
{
border-color: #FA5901;
}
.TagClassName
{
border-color: #FA5901;
}
</style>