Html Css Color HEX #FA5015 International Orange
📋 copy color: '#FA5015'red 250 ◦ green 80 ◦ blue 21
Shades of International Orange #FA5015
Tints of International Orange #FA5015
RGB
CMYK
RGB Variations
Color information
#FA5015 (or 0xFA5015) is known color: International Orange. HEX triplet: FA, 50 and 15. RGB value is (250,80,21). Sum of RGB (Red+Green+Blue) = 250+80+21=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5015 is #05AFEA. Grayscale: #7C7C7C. Windows color (decimal): -372715 or 1396986. OLE color: 1396986.
HSL color Cylindrical-coordinate representation of color #FA5015: hue angle of 15.46º 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 #FA5015 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 21 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.02 |
| HSL | 15.46º | 0.96% | 0.53% | - |
| HSV(B) | 15.46º | 0.92% | 0.98% | - |
| XYZ | 42.43 | 26.12 | 3.51 | - |
| YUV | 124.1 | 69.82 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 21 | 0 | 0.68 | 0.92 | 0.02 | 15.46 | 0.96 | 0.53 |
| Hex | FA | 50 | 15 | 0 | 44 | 5C | 2 | F | 60 | 35 |
| Octal | 372 | 120 | 25 | 0 | 104 | 134 | 2 | 17 | 140 | 65 |
| Binary | 11111010 | 1010000 | 10101 | 0 | 1000100 | 1011100 | 10 | 1111 | 1100000 | 110101 |
Color Harmonies of #FA5015
Complementary color
Monochromatic Colors of #FA5015
Black with #FA5015
Text Example
Text Example
White with #FA5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5015; }
p { color: rgb(250,80,21); }
H1.HeaderClassName
{
color: #FA5015;
}
.AnyTagClassName
{
color: #FA5015;
}
</style>
background-color css
<style>
a { background-color: #FA5015; }
a { background-color: rgb(250,80,21); }
div.DivClassName
{
background-color: #FA5015;
}
.BgClassName
{
background-color: #FA5015;
}
</style>
border-color css
<style>
span { border-color: #FA5015; }
span { border-color: rgb(250,80,21); }
td.TdClassName
{
border-color: #FA5015;
}
.TagClassName
{
border-color: #FA5015;
}
</style>