Shades of International Orange #FA5004
Tints of International Orange #FA5004
RGB
CMYK
RGB Variations
Color information
#FA5004 (or 0xFA5004) is known color: International Orange. HEX triplet: FA, 50 and 04. RGB value is (250,80,4). Sum of RGB (Red+Green+Blue) = 250+80+4=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5004 is #05AFFB. Grayscale: #7A7A7A. Windows color (decimal): -372732 or 282874. OLE color: 282874.
HSL color Cylindrical-coordinate representation of color #FA5004: hue angle of 18.54º degrees, saturation: 0.97, 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 #FA5004 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.02 |
| HSL | 18.54º | 0.97% | 0.5% | - |
| HSV(B) | 18.54º | 0.98% | 0.98% | - |
| XYZ | 42.31 | 26.07 | 2.92 | - |
| YUV | 122.17 | 61.32 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 4 | 0 | 0.68 | 0.98 | 0.02 | 18.54 | 0.97 | 0.5 |
| Hex | FA | 50 | 4 | 0 | 44 | 62 | 2 | 13 | 61 | 32 |
| Octal | 372 | 120 | 4 | 0 | 104 | 142 | 2 | 23 | 141 | 62 |
| Binary | 11111010 | 1010000 | 100 | 0 | 1000100 | 1100010 | 10 | 10011 | 1100001 | 110010 |
Color Harmonies of #FA5004
Complementary color
Monochromatic Colors of #FA5004
Black with #FA5004
Text Example
Text Example
White with #FA5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5004; }
p { color: rgb(250,80,4); }
H1.HeaderClassName
{
color: #FA5004;
}
.AnyTagClassName
{
color: #FA5004;
}
</style>
background-color css
<style>
a { background-color: #FA5004; }
a { background-color: rgb(250,80,4); }
div.DivClassName
{
background-color: #FA5004;
}
.BgClassName
{
background-color: #FA5004;
}
</style>
border-color css
<style>
span { border-color: #FA5004; }
span { border-color: rgb(250,80,4); }
td.TdClassName
{
border-color: #FA5004;
}
.TagClassName
{
border-color: #FA5004;
}
</style>