Html Css Color HEX #FA5218 International Orange
📋 copy color: '#FA5218'red 250 ◦ green 82 ◦ blue 24
Shades of International Orange #FA5218
Tints of International Orange #FA5218
RGB
CMYK
RGB Variations
Color information
#FA5218 (or 0xFA5218) is known color: International Orange. HEX triplet: FA, 52 and 18. RGB value is (250,82,24). Sum of RGB (Red+Green+Blue) = 250+82+24=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5218 is #05ADE7. Grayscale: #7E7E7E. Windows color (decimal): -372200 or 1594106. OLE color: 1594106.
HSL color Cylindrical-coordinate representation of color #FA5218: hue angle of 15.4º 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 #FA5218 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.02 |
| HSL | 15.4º | 0.96% | 0.54% | - |
| HSV(B) | 15.4º | 0.9% | 0.98% | - |
| XYZ | 42.61 | 26.42 | 3.72 | - |
| YUV | 125.62 | 70.66 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 24 | 0 | 0.67 | 0.90 | 0.02 | 15.4 | 0.96 | 0.54 |
| Hex | FA | 52 | 18 | 0 | 43 | 5A | 2 | F | 60 | 36 |
| Octal | 372 | 122 | 30 | 0 | 103 | 132 | 2 | 17 | 140 | 66 |
| Binary | 11111010 | 1010010 | 11000 | 0 | 1000011 | 1011010 | 10 | 1111 | 1100000 | 110110 |
Color Harmonies of #FA5218
Complementary color
Monochromatic Colors of #FA5218
Black with #FA5218
Text Example
Text Example
White with #FA5218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5218; }
p { color: rgb(250,82,24); }
H1.HeaderClassName
{
color: #FA5218;
}
.AnyTagClassName
{
color: #FA5218;
}
</style>
background-color css
<style>
a { background-color: #FA5218; }
a { background-color: rgb(250,82,24); }
div.DivClassName
{
background-color: #FA5218;
}
.BgClassName
{
background-color: #FA5218;
}
</style>
border-color css
<style>
span { border-color: #FA5218; }
span { border-color: rgb(250,82,24); }
td.TdClassName
{
border-color: #FA5218;
}
.TagClassName
{
border-color: #FA5218;
}
</style>