Html Css Color HEX #FA5314 International Orange
📋 copy color: '#FA5314'red 250 ◦ green 83 ◦ blue 20
Shades of International Orange #FA5314
Tints of International Orange #FA5314
RGB
CMYK
RGB Variations
Color information
#FA5314 (or 0xFA5314) is known color: International Orange. HEX triplet: FA, 53 and 14. RGB value is (250,83,20). Sum of RGB (Red+Green+Blue) = 250+83+20=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5314 is #05ACEB. Grayscale: #7E7E7E. Windows color (decimal): -371948 or 1332218. OLE color: 1332218.
HSL color Cylindrical-coordinate representation of color #FA5314: hue angle of 16.43º 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 #FA5314 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 20 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.02 |
| HSL | 16.43º | 0.96% | 0.53% | - |
| HSV(B) | 16.43º | 0.92% | 0.98% | - |
| XYZ | 42.64 | 26.56 | 3.54 | - |
| YUV | 125.75 | 68.33 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 20 | 0 | 0.67 | 0.92 | 0.02 | 16.43 | 0.96 | 0.53 |
| Hex | FA | 53 | 14 | 0 | 43 | 5C | 2 | 10 | 60 | 35 |
| Octal | 372 | 123 | 24 | 0 | 103 | 134 | 2 | 20 | 140 | 65 |
| Binary | 11111010 | 1010011 | 10100 | 0 | 1000011 | 1011100 | 10 | 10000 | 1100000 | 110101 |
Color Harmonies of #FA5314
Complementary color
Monochromatic Colors of #FA5314
Black with #FA5314
Text Example
Text Example
White with #FA5314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5314; }
p { color: rgb(250,83,20); }
H1.HeaderClassName
{
color: #FA5314;
}
.AnyTagClassName
{
color: #FA5314;
}
</style>
background-color css
<style>
a { background-color: #FA5314; }
a { background-color: rgb(250,83,20); }
div.DivClassName
{
background-color: #FA5314;
}
.BgClassName
{
background-color: #FA5314;
}
</style>
border-color css
<style>
span { border-color: #FA5314; }
span { border-color: rgb(250,83,20); }
td.TdClassName
{
border-color: #FA5314;
}
.TagClassName
{
border-color: #FA5314;
}
</style>