Html Css Color HEX #F8520D International Orange
📋 copy color: '#F8520D'red 248 ◦ green 82 ◦ blue 13
Shades of International Orange #F8520D
Tints of International Orange #F8520D
RGB
CMYK
RGB Variations
Color information
#F8520D (or 0xF8520D) is known color: International Orange. HEX triplet: F8, 52 and 0D. RGB value is (248,82,13). Sum of RGB (Red+Green+Blue) = 248+82+13=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8520D is #07ADF2. Grayscale: #7C7C7C. Windows color (decimal): -503283 or 873208. OLE color: 873208.
HSL color Cylindrical-coordinate representation of color #F8520D: hue angle of 17.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8520D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.03 |
| HSL | 17.62º | 0.94% | 0.51% | - |
| HSV(B) | 17.62º | 0.95% | 0.97% | - |
| XYZ | 41.8 | 26.02 | 3.2 | - |
| YUV | 123.77 | 65.5 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 13 | 0 | 0.67 | 0.95 | 0.03 | 17.62 | 0.94 | 0.51 |
| Hex | F8 | 52 | D | 0 | 43 | 5F | 3 | 12 | 5E | 33 |
| Octal | 370 | 122 | 15 | 0 | 103 | 137 | 3 | 22 | 136 | 63 |
| Binary | 11111000 | 1010010 | 1101 | 0 | 1000011 | 1011111 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F8520D
Complementary color
Monochromatic Colors of #F8520D
Black with #F8520D
Text Example
Text Example
White with #F8520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8520D; }
p { color: rgb(248,82,13); }
H1.HeaderClassName
{
color: #F8520D;
}
.AnyTagClassName
{
color: #F8520D;
}
</style>
background-color css
<style>
a { background-color: #F8520D; }
a { background-color: rgb(248,82,13); }
div.DivClassName
{
background-color: #F8520D;
}
.BgClassName
{
background-color: #F8520D;
}
</style>
border-color css
<style>
span { border-color: #F8520D; }
span { border-color: rgb(248,82,13); }
td.TdClassName
{
border-color: #F8520D;
}
.TagClassName
{
border-color: #F8520D;
}
</style>