Html Css Color HEX #FA5B0E International Orange
📋 copy color: '#FA5B0E'red 250 ◦ green 91 ◦ blue 14
Shades of International Orange #FA5B0E
Tints of International Orange #FA5B0E
RGB
CMYK
RGB Variations
Color information
#FA5B0E (or 0xFA5B0E) is known color: International Orange. HEX triplet: FA, 5B and 0E. RGB value is (250,91,14). Sum of RGB (Red+Green+Blue) = 250+91+14=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5B0E is #05A4F1. Grayscale: #828282. Windows color (decimal): -369906 or 941050. OLE color: 941050.
HSL color Cylindrical-coordinate representation of color #FA5B0E: hue angle of 19.58º 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 #FA5B0E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.02 |
| HSL | 19.58º | 0.96% | 0.52% | - |
| HSV(B) | 19.58º | 0.94% | 0.98% | - |
| XYZ | 43.24 | 27.84 | 3.51 | - |
| YUV | 129.76 | 62.68 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 14 | 0 | 0.64 | 0.94 | 0.02 | 19.58 | 0.96 | 0.52 |
| Hex | FA | 5B | E | 0 | 40 | 5E | 2 | 14 | 60 | 34 |
| Octal | 372 | 133 | 16 | 0 | 100 | 136 | 2 | 24 | 140 | 64 |
| Binary | 11111010 | 1011011 | 1110 | 0 | 1000000 | 1011110 | 10 | 10100 | 1100000 | 110100 |
Color Harmonies of #FA5B0E
Complementary color
Monochromatic Colors of #FA5B0E
Black with #FA5B0E
Text Example
Text Example
White with #FA5B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5B0E; }
p { color: rgb(250,91,14); }
H1.HeaderClassName
{
color: #FA5B0E;
}
.AnyTagClassName
{
color: #FA5B0E;
}
</style>
background-color css
<style>
a { background-color: #FA5B0E; }
a { background-color: rgb(250,91,14); }
div.DivClassName
{
background-color: #FA5B0E;
}
.BgClassName
{
background-color: #FA5B0E;
}
</style>
border-color css
<style>
span { border-color: #FA5B0E; }
span { border-color: rgb(250,91,14); }
td.TdClassName
{
border-color: #FA5B0E;
}
.TagClassName
{
border-color: #FA5B0E;
}
</style>