Shades of International Orange #FA5407
Tints of International Orange #FA5407
RGB
CMYK
RGB Variations
Color information
#FA5407 (or 0xFA5407) is known color: International Orange. HEX triplet: FA, 54 and 07. RGB value is (250,84,7). Sum of RGB (Red+Green+Blue) = 250+84+7=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5407 is #05ABF8. Grayscale: #7D7D7D. Windows color (decimal): -371705 or 480506. OLE color: 480506.
HSL color Cylindrical-coordinate representation of color #FA5407: hue angle of 19.01º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA5407 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.02 |
| HSL | 19.01º | 0.96% | 0.5% | - |
| HSV(B) | 19.01º | 0.97% | 0.98% | - |
| XYZ | 42.63 | 26.68 | 3.1 | - |
| YUV | 124.86 | 61.5 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 7 | 0 | 0.66 | 0.97 | 0.02 | 19.01 | 0.96 | 0.5 |
| Hex | FA | 54 | 7 | 0 | 42 | 61 | 2 | 13 | 60 | 32 |
| Octal | 372 | 124 | 7 | 0 | 102 | 141 | 2 | 23 | 140 | 62 |
| Binary | 11111010 | 1010100 | 111 | 0 | 1000010 | 1100001 | 10 | 10011 | 1100000 | 110010 |
Color Harmonies of #FA5407
Complementary color
Monochromatic Colors of #FA5407
Black with #FA5407
Text Example
Text Example
White with #FA5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5407; }
p { color: rgb(250,84,7); }
H1.HeaderClassName
{
color: #FA5407;
}
.AnyTagClassName
{
color: #FA5407;
}
</style>
background-color css
<style>
a { background-color: #FA5407; }
a { background-color: rgb(250,84,7); }
div.DivClassName
{
background-color: #FA5407;
}
.BgClassName
{
background-color: #FA5407;
}
</style>
border-color css
<style>
span { border-color: #FA5407; }
span { border-color: rgb(250,84,7); }
td.TdClassName
{
border-color: #FA5407;
}
.TagClassName
{
border-color: #FA5407;
}
</style>