Html Css Color HEX #F8520E International Orange
📋 copy color: '#F8520E'red 248 ◦ green 82 ◦ blue 14
Shades of International Orange #F8520E
Tints of International Orange #F8520E
RGB
CMYK
RGB Variations
Color information
#F8520E (or 0xF8520E) is known color: International Orange. HEX triplet: F8, 52 and 0E. RGB value is (248,82,14). Sum of RGB (Red+Green+Blue) = 248+82+14=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F8520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8520E is #07ADF1. Grayscale: #7C7C7C. Windows color (decimal): -503282 or 938744. OLE color: 938744.
HSL color Cylindrical-coordinate representation of color #F8520E: hue angle of 17.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8520E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.03 |
| HSL | 17.44º | 0.94% | 0.51% | - |
| HSV(B) | 17.44º | 0.94% | 0.97% | - |
| XYZ | 41.81 | 26.02 | 3.23 | - |
| YUV | 123.88 | 66 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 14 | 0 | 0.67 | 0.94 | 0.03 | 17.44 | 0.94 | 0.51 |
| Hex | F8 | 52 | E | 0 | 43 | 5E | 3 | 11 | 5E | 33 |
| Octal | 370 | 122 | 16 | 0 | 103 | 136 | 3 | 21 | 136 | 63 |
| Binary | 11111000 | 1010010 | 1110 | 0 | 1000011 | 1011110 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F8520E
Complementary color
Monochromatic Colors of #F8520E
Black with #F8520E
Text Example
Text Example
White with #F8520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8520E; }
p { color: rgb(248,82,14); }
H1.HeaderClassName
{
color: #F8520E;
}
.AnyTagClassName
{
color: #F8520E;
}
</style>
background-color css
<style>
a { background-color: #F8520E; }
a { background-color: rgb(248,82,14); }
div.DivClassName
{
background-color: #F8520E;
}
.BgClassName
{
background-color: #F8520E;
}
</style>
border-color css
<style>
span { border-color: #F8520E; }
span { border-color: rgb(248,82,14); }
td.TdClassName
{
border-color: #F8520E;
}
.TagClassName
{
border-color: #F8520E;
}
</style>