Shades of International Orange #FA5505
Tints of International Orange #FA5505
RGB
CMYK
RGB Variations
Color information
#FA5505 (or 0xFA5505) is known color: International Orange. HEX triplet: FA, 55 and 05. RGB value is (250,85,5). Sum of RGB (Red+Green+Blue) = 250+85+5=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5505 is #05AAFA. Grayscale: #7D7D7D. Windows color (decimal): -371451 or 349690. OLE color: 349690.
HSL color Cylindrical-coordinate representation of color #FA5505: hue angle of 19.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA5505 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.02 |
| HSL | 19.59º | 0.96% | 0.5% | - |
| HSV(B) | 19.59º | 0.98% | 0.98% | - |
| XYZ | 42.7 | 26.83 | 3.07 | - |
| YUV | 125.22 | 60.16 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 5 | 0 | 0.66 | 0.98 | 0.02 | 19.59 | 0.96 | 0.5 |
| Hex | FA | 55 | 5 | 0 | 42 | 62 | 2 | 14 | 60 | 32 |
| Octal | 372 | 125 | 5 | 0 | 102 | 142 | 2 | 24 | 140 | 62 |
| Binary | 11111010 | 1010101 | 101 | 0 | 1000010 | 1100010 | 10 | 10100 | 1100000 | 110010 |
Color Harmonies of #FA5505
Complementary color
Monochromatic Colors of #FA5505
Black with #FA5505
Text Example
Text Example
White with #FA5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5505; }
p { color: rgb(250,85,5); }
H1.HeaderClassName
{
color: #FA5505;
}
.AnyTagClassName
{
color: #FA5505;
}
</style>
background-color css
<style>
a { background-color: #FA5505; }
a { background-color: rgb(250,85,5); }
div.DivClassName
{
background-color: #FA5505;
}
.BgClassName
{
background-color: #FA5505;
}
</style>
border-color css
<style>
span { border-color: #FA5505; }
span { border-color: rgb(250,85,5); }
td.TdClassName
{
border-color: #FA5505;
}
.TagClassName
{
border-color: #FA5505;
}
</style>