Html Css Color HEX #F8510D International Orange
📋 copy color: '#F8510D'red 248 ◦ green 81 ◦ blue 13
Shades of International Orange #F8510D
Tints of International Orange #F8510D
RGB
CMYK
RGB Variations
Color information
#F8510D (or 0xF8510D) is known color: International Orange. HEX triplet: F8, 51 and 0D. RGB value is (248,81,13). Sum of RGB (Red+Green+Blue) = 248+81+13=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8510D is #07AEF2. Grayscale: #7B7B7B. Windows color (decimal): -503539 or 872952. OLE color: 872952.
HSL color Cylindrical-coordinate representation of color #F8510D: hue angle of 17.36º 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 #F8510D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.03 |
| HSL | 17.36º | 0.94% | 0.51% | - |
| HSV(B) | 17.36º | 0.95% | 0.97% | - |
| XYZ | 41.73 | 25.87 | 3.18 | - |
| YUV | 123.18 | 65.83 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 13 | 0 | 0.67 | 0.95 | 0.03 | 17.36 | 0.94 | 0.51 |
| Hex | F8 | 51 | D | 0 | 43 | 5F | 3 | 11 | 5E | 33 |
| Octal | 370 | 121 | 15 | 0 | 103 | 137 | 3 | 21 | 136 | 63 |
| Binary | 11111000 | 1010001 | 1101 | 0 | 1000011 | 1011111 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F8510D
Complementary color
Monochromatic Colors of #F8510D
Black with #F8510D
Text Example
Text Example
White with #F8510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8510D; }
p { color: rgb(248,81,13); }
H1.HeaderClassName
{
color: #F8510D;
}
.AnyTagClassName
{
color: #F8510D;
}
</style>
background-color css
<style>
a { background-color: #F8510D; }
a { background-color: rgb(248,81,13); }
div.DivClassName
{
background-color: #F8510D;
}
.BgClassName
{
background-color: #F8510D;
}
</style>
border-color css
<style>
span { border-color: #F8510D; }
span { border-color: rgb(248,81,13); }
td.TdClassName
{
border-color: #F8510D;
}
.TagClassName
{
border-color: #F8510D;
}
</style>