Html Css Color HEX #FA5110 International Orange
📋 copy color: '#FA5110'red 250 ◦ green 81 ◦ blue 16
Shades of International Orange #FA5110
Tints of International Orange #FA5110
RGB
CMYK
RGB Variations
Color information
#FA5110 (or 0xFA5110) is known color: International Orange. HEX triplet: FA, 51 and 10. RGB value is (250,81,16). Sum of RGB (Red+Green+Blue) = 250+81+16=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5110 is #05AEEF. Grayscale: #7C7C7C. Windows color (decimal): -372464 or 1069562. OLE color: 1069562.
HSL color Cylindrical-coordinate representation of color #FA5110: hue angle of 16.67º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA5110 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 16 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.02 |
| HSL | 16.67º | 0.96% | 0.52% | - |
| HSV(B) | 16.67º | 0.94% | 0.98% | - |
| XYZ | 42.46 | 26.25 | 3.32 | - |
| YUV | 124.12 | 66.99 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 16 | 0 | 0.68 | 0.94 | 0.02 | 16.67 | 0.96 | 0.52 |
| Hex | FA | 51 | 10 | 0 | 44 | 5E | 2 | 11 | 60 | 34 |
| Octal | 372 | 121 | 20 | 0 | 104 | 136 | 2 | 21 | 140 | 64 |
| Binary | 11111010 | 1010001 | 10000 | 0 | 1000100 | 1011110 | 10 | 10001 | 1100000 | 110100 |
Color Harmonies of #FA5110
Complementary color
Monochromatic Colors of #FA5110
Black with #FA5110
Text Example
Text Example
White with #FA5110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5110; }
p { color: rgb(250,81,16); }
H1.HeaderClassName
{
color: #FA5110;
}
.AnyTagClassName
{
color: #FA5110;
}
</style>
background-color css
<style>
a { background-color: #FA5110; }
a { background-color: rgb(250,81,16); }
div.DivClassName
{
background-color: #FA5110;
}
.BgClassName
{
background-color: #FA5110;
}
</style>
border-color css
<style>
span { border-color: #FA5110; }
span { border-color: rgb(250,81,16); }
td.TdClassName
{
border-color: #FA5110;
}
.TagClassName
{
border-color: #FA5110;
}
</style>