Html Css Color HEX #FA591A International Orange
📋 copy color: '#FA591A'red 250 ◦ green 89 ◦ blue 26
Shades of International Orange #FA591A
Tints of International Orange #FA591A
RGB
CMYK
RGB Variations
Color information
#FA591A (or 0xFA591A) is known color: International Orange. HEX triplet: FA, 59 and 1A. RGB value is (250,89,26). Sum of RGB (Red+Green+Blue) = 250+89+26=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA591A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA591A is #05A6E5. Grayscale: #828282. Windows color (decimal): -370406 or 1726970. OLE color: 1726970.
HSL color Cylindrical-coordinate representation of color #FA591A: hue angle of 16.88º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA591A is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 26 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.02 |
| HSL | 16.88º | 0.96% | 0.54% | - |
| HSV(B) | 16.88º | 0.9% | 0.98% | - |
| XYZ | 43.18 | 27.54 | 4.02 | - |
| YUV | 129.96 | 69.34 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 26 | 0 | 0.64 | 0.90 | 0.02 | 16.88 | 0.96 | 0.54 |
| Hex | FA | 59 | 1A | 0 | 40 | 5A | 2 | 11 | 60 | 36 |
| Octal | 372 | 131 | 32 | 0 | 100 | 132 | 2 | 21 | 140 | 66 |
| Binary | 11111010 | 1011001 | 11010 | 0 | 1000000 | 1011010 | 10 | 10001 | 1100000 | 110110 |
Color Harmonies of #FA591A
Complementary color
Monochromatic Colors of #FA591A
Black with #FA591A
Text Example
Text Example
White with #FA591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA591A; }
p { color: rgb(250,89,26); }
H1.HeaderClassName
{
color: #FA591A;
}
.AnyTagClassName
{
color: #FA591A;
}
</style>
background-color css
<style>
a { background-color: #FA591A; }
a { background-color: rgb(250,89,26); }
div.DivClassName
{
background-color: #FA591A;
}
.BgClassName
{
background-color: #FA591A;
}
</style>
border-color css
<style>
span { border-color: #FA591A; }
span { border-color: rgb(250,89,26); }
td.TdClassName
{
border-color: #FA591A;
}
.TagClassName
{
border-color: #FA591A;
}
</style>