Html Css Color HEX #FA5915 International Orange
📋 copy color: '#FA5915'red 250 ◦ green 89 ◦ blue 21
Shades of International Orange #FA5915
Tints of International Orange #FA5915
RGB
CMYK
RGB Variations
Color information
#FA5915 (or 0xFA5915) is known color: International Orange. HEX triplet: FA, 59 and 15. RGB value is (250,89,21). Sum of RGB (Red+Green+Blue) = 250+89+21=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5915 is #05A6EA. Grayscale: #818181. Windows color (decimal): -370411 or 1399290. OLE color: 1399290.
HSL color Cylindrical-coordinate representation of color #FA5915: hue angle of 17.82º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA5915 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 21 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.02 |
| HSL | 17.82º | 0.96% | 0.53% | - |
| HSV(B) | 17.82º | 0.92% | 0.98% | - |
| XYZ | 43.13 | 27.52 | 3.75 | - |
| YUV | 129.39 | 66.84 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 21 | 0 | 0.64 | 0.92 | 0.02 | 17.82 | 0.96 | 0.53 |
| Hex | FA | 59 | 15 | 0 | 40 | 5C | 2 | 12 | 60 | 35 |
| Octal | 372 | 131 | 25 | 0 | 100 | 134 | 2 | 22 | 140 | 65 |
| Binary | 11111010 | 1011001 | 10101 | 0 | 1000000 | 1011100 | 10 | 10010 | 1100000 | 110101 |
Color Harmonies of #FA5915
Complementary color
Monochromatic Colors of #FA5915
Black with #FA5915
Text Example
Text Example
White with #FA5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5915; }
p { color: rgb(250,89,21); }
H1.HeaderClassName
{
color: #FA5915;
}
.AnyTagClassName
{
color: #FA5915;
}
</style>
background-color css
<style>
a { background-color: #FA5915; }
a { background-color: rgb(250,89,21); }
div.DivClassName
{
background-color: #FA5915;
}
.BgClassName
{
background-color: #FA5915;
}
</style>
border-color css
<style>
span { border-color: #FA5915; }
span { border-color: rgb(250,89,21); }
td.TdClassName
{
border-color: #FA5915;
}
.TagClassName
{
border-color: #FA5915;
}
</style>