Html Css Color HEX #FA5B11 International Orange
📋 copy color: '#FA5B11'red 250 ◦ green 91 ◦ blue 17
Shades of International Orange #FA5B11
Tints of International Orange #FA5B11
RGB
CMYK
RGB Variations
Color information
#FA5B11 (or 0xFA5B11) is known color: International Orange. HEX triplet: FA, 5B and 11. RGB value is (250,91,17). Sum of RGB (Red+Green+Blue) = 250+91+17=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5B11 is #05A4EE. Grayscale: #828282. Windows color (decimal): -369903 or 1137658. OLE color: 1137658.
HSL color Cylindrical-coordinate representation of color #FA5B11: hue angle of 19.06º 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 #FA5B11 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 17 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.02 |
| HSL | 19.06º | 0.96% | 0.52% | - |
| HSV(B) | 19.06º | 0.93% | 0.98% | - |
| XYZ | 43.27 | 27.85 | 3.62 | - |
| YUV | 130.11 | 64.18 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 17 | 0 | 0.64 | 0.93 | 0.02 | 19.06 | 0.96 | 0.52 |
| Hex | FA | 5B | 11 | 0 | 40 | 5D | 2 | 13 | 60 | 34 |
| Octal | 372 | 133 | 21 | 0 | 100 | 135 | 2 | 23 | 140 | 64 |
| Binary | 11111010 | 1011011 | 10001 | 0 | 1000000 | 1011101 | 10 | 10011 | 1100000 | 110100 |
Color Harmonies of #FA5B11
Complementary color
Monochromatic Colors of #FA5B11
Black with #FA5B11
Text Example
Text Example
White with #FA5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B11; }
p { color: rgb(250,91,17); }
H1.HeaderClassName
{
color: #FA5B11;
}
.AnyTagClassName
{
color: #FA5B11;
}
</style>
background-color css
<style>
a { background-color: #FA5B11; }
a { background-color: rgb(250,91,17); }
div.DivClassName
{
background-color: #FA5B11;
}
.BgClassName
{
background-color: #FA5B11;
}
</style>
border-color css
<style>
span { border-color: #FA5B11; }
span { border-color: rgb(250,91,17); }
td.TdClassName
{
border-color: #FA5B11;
}
.TagClassName
{
border-color: #FA5B11;
}
</style>