Shades of International Orange #FA5000
Tints of International Orange #FA5000
RGB
CMYK
RGB Variations
Color information
#FA5000 (or 0xFA5000) is known color: International Orange. HEX triplet: FA, 50 and 00. RGB value is (250,80,0). Sum of RGB (Red+Green+Blue) = 250+80+0=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5000 is #05AFFF. Grayscale: #7A7A7A. Windows color (decimal): -372736 or 20730. OLE color: 20730.
HSL color Cylindrical-coordinate representation of color #FA5000: hue angle of 19.2º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA5000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.02 |
| HSL | 19.2º | 1% | 0.49% | - |
| HSV(B) | 19.2º | 1% | 0.98% | - |
| XYZ | 42.29 | 26.06 | 2.8 | - |
| YUV | 121.71 | 59.32 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 0 | 0 | 0.68 | 1 | 0.02 | 19.2 | 1 | 0.49 |
| Hex | FA | 50 | 0 | 0 | 44 | 64 | 2 | 13 | 64 | 31 |
| Octal | 372 | 120 | 0 | 0 | 104 | 144 | 2 | 23 | 144 | 61 |
| Binary | 11111010 | 1010000 | 0 | 0 | 1000100 | 1100100 | 10 | 10011 | 1100100 | 110001 |
Color Harmonies of #FA5000
Complementary color
Monochromatic Colors of #FA5000
Black with #FA5000
Text Example
Text Example
White with #FA5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5000; }
p { color: rgb(250,80,0); }
H1.HeaderClassName
{
color: #FA5000;
}
.AnyTagClassName
{
color: #FA5000;
}
</style>
background-color css
<style>
a { background-color: #FA5000; }
a { background-color: rgb(250,80,0); }
div.DivClassName
{
background-color: #FA5000;
}
.BgClassName
{
background-color: #FA5000;
}
</style>
border-color css
<style>
span { border-color: #FA5000; }
span { border-color: rgb(250,80,0); }
td.TdClassName
{
border-color: #FA5000;
}
.TagClassName
{
border-color: #FA5000;
}
</style>