Html Css Color HEX #FA5515 International Orange
📋 copy color: '#FA5515'red 250 ◦ green 85 ◦ blue 21
Shades of International Orange #FA5515
Tints of International Orange #FA5515
RGB
CMYK
RGB Variations
Color information
#FA5515 (or 0xFA5515) is known color: International Orange. HEX triplet: FA, 55 and 15. RGB value is (250,85,21). Sum of RGB (Red+Green+Blue) = 250+85+21=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5515 is #05AAEA. Grayscale: #7F7F7F. Windows color (decimal): -371435 or 1398266. OLE color: 1398266.
HSL color Cylindrical-coordinate representation of color #FA5515: hue angle of 16.77º 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 #FA5515 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 21 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.02 |
| HSL | 16.77º | 0.96% | 0.53% | - |
| HSV(B) | 16.77º | 0.92% | 0.98% | - |
| XYZ | 42.81 | 26.88 | 3.64 | - |
| YUV | 127.04 | 68.16 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 21 | 0 | 0.66 | 0.92 | 0.02 | 16.77 | 0.96 | 0.53 |
| Hex | FA | 55 | 15 | 0 | 42 | 5C | 2 | 11 | 60 | 35 |
| Octal | 372 | 125 | 25 | 0 | 102 | 134 | 2 | 21 | 140 | 65 |
| Binary | 11111010 | 1010101 | 10101 | 0 | 1000010 | 1011100 | 10 | 10001 | 1100000 | 110101 |
Color Harmonies of #FA5515
Complementary color
Monochromatic Colors of #FA5515
Black with #FA5515
Text Example
Text Example
White with #FA5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5515; }
p { color: rgb(250,85,21); }
H1.HeaderClassName
{
color: #FA5515;
}
.AnyTagClassName
{
color: #FA5515;
}
</style>
background-color css
<style>
a { background-color: #FA5515; }
a { background-color: rgb(250,85,21); }
div.DivClassName
{
background-color: #FA5515;
}
.BgClassName
{
background-color: #FA5515;
}
</style>
border-color css
<style>
span { border-color: #FA5515; }
span { border-color: rgb(250,85,21); }
td.TdClassName
{
border-color: #FA5515;
}
.TagClassName
{
border-color: #FA5515;
}
</style>