Html Css Color HEX #FA5411 International Orange
📋 copy color: '#FA5411'red 250 ◦ green 84 ◦ blue 17
Shades of International Orange #FA5411
Tints of International Orange #FA5411
RGB
CMYK
RGB Variations
Color information
#FA5411 (or 0xFA5411) is known color: International Orange. HEX triplet: FA, 54 and 11. RGB value is (250,84,17). Sum of RGB (Red+Green+Blue) = 250+84+17=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5411 is #05ABEE. Grayscale: #7E7E7E. Windows color (decimal): -371695 or 1135866. OLE color: 1135866.
HSL color Cylindrical-coordinate representation of color #FA5411: hue angle of 17.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA5411 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.02 |
| HSL | 17.25º | 0.96% | 0.52% | - |
| HSV(B) | 17.25º | 0.93% | 0.98% | - |
| XYZ | 42.7 | 26.71 | 3.43 | - |
| YUV | 126 | 66.5 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 17 | 0 | 0.66 | 0.93 | 0.02 | 17.25 | 0.96 | 0.52 |
| Hex | FA | 54 | 11 | 0 | 42 | 5D | 2 | 11 | 60 | 34 |
| Octal | 372 | 124 | 21 | 0 | 102 | 135 | 2 | 21 | 140 | 64 |
| Binary | 11111010 | 1010100 | 10001 | 0 | 1000010 | 1011101 | 10 | 10001 | 1100000 | 110100 |
Color Harmonies of #FA5411
Complementary color
Monochromatic Colors of #FA5411
Black with #FA5411
Text Example
Text Example
White with #FA5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5411; }
p { color: rgb(250,84,17); }
H1.HeaderClassName
{
color: #FA5411;
}
.AnyTagClassName
{
color: #FA5411;
}
</style>
background-color css
<style>
a { background-color: #FA5411; }
a { background-color: rgb(250,84,17); }
div.DivClassName
{
background-color: #FA5411;
}
.BgClassName
{
background-color: #FA5411;
}
</style>
border-color css
<style>
span { border-color: #FA5411; }
span { border-color: rgb(250,84,17); }
td.TdClassName
{
border-color: #FA5411;
}
.TagClassName
{
border-color: #FA5411;
}
</style>