Shades of International Orange #FA5501
Tints of International Orange #FA5501
RGB
CMYK
RGB Variations
Color information
#FA5501 (or 0xFA5501) is known color: International Orange. HEX triplet: FA, 55 and 01. RGB value is (250,85,1). Sum of RGB (Red+Green+Blue) = 250+85+1=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5501 is #05AAFE. Grayscale: #7D7D7D. Windows color (decimal): -371455 or 87546. OLE color: 87546.
HSL color Cylindrical-coordinate representation of color #FA5501: hue angle of 20.24º 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 #FA5501 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.02 |
| HSL | 20.24º | 0.99% | 0.49% | - |
| HSV(B) | 20.24º | 1% | 0.98% | - |
| XYZ | 42.68 | 26.82 | 2.96 | - |
| YUV | 124.76 | 58.16 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 1 | 0 | 0.66 | 1.00 | 0.02 | 20.24 | 0.99 | 0.49 |
| Hex | FA | 55 | 1 | 0 | 42 | 64 | 2 | 14 | 63 | 31 |
| Octal | 372 | 125 | 1 | 0 | 102 | 144 | 2 | 24 | 143 | 61 |
| Binary | 11111010 | 1010101 | 1 | 0 | 1000010 | 1100100 | 10 | 10100 | 1100011 | 110001 |
Color Harmonies of #FA5501
Complementary color
Monochromatic Colors of #FA5501
Black with #FA5501
Text Example
Text Example
White with #FA5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5501; }
p { color: rgb(250,85,1); }
H1.HeaderClassName
{
color: #FA5501;
}
.AnyTagClassName
{
color: #FA5501;
}
</style>
background-color css
<style>
a { background-color: #FA5501; }
a { background-color: rgb(250,85,1); }
div.DivClassName
{
background-color: #FA5501;
}
.BgClassName
{
background-color: #FA5501;
}
</style>
border-color css
<style>
span { border-color: #FA5501; }
span { border-color: rgb(250,85,1); }
td.TdClassName
{
border-color: #FA5501;
}
.TagClassName
{
border-color: #FA5501;
}
</style>