Html Css Color HEX #F8511D International Orange
📋 copy color: '#F8511D'red 248 ◦ green 81 ◦ blue 29
Shades of International Orange #F8511D
Tints of International Orange #F8511D
RGB
CMYK
RGB Variations
Color information
#F8511D (or 0xF8511D) is known color: International Orange. HEX triplet: F8, 51 and 1D. RGB value is (248,81,29). Sum of RGB (Red+Green+Blue) = 248+81+29=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8511D is #07AEE2. Grayscale: #7D7D7D. Windows color (decimal): -503523 or 1921528. OLE color: 1921528.
HSL color Cylindrical-coordinate representation of color #F8511D: hue angle of 14.25º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8511D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.03 |
| HSL | 14.25º | 0.94% | 0.54% | - |
| HSV(B) | 14.25º | 0.88% | 0.97% | - |
| XYZ | 41.88 | 25.93 | 3.96 | - |
| YUV | 125.01 | 73.83 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 29 | 0 | 0.67 | 0.88 | 0.03 | 14.25 | 0.94 | 0.54 |
| Hex | F8 | 51 | 1D | 0 | 43 | 58 | 3 | E | 5E | 36 |
| Octal | 370 | 121 | 35 | 0 | 103 | 130 | 3 | 16 | 136 | 66 |
| Binary | 11111000 | 1010001 | 11101 | 0 | 1000011 | 1011000 | 11 | 1110 | 1011110 | 110110 |
Color Harmonies of #F8511D
Complementary color
Monochromatic Colors of #F8511D
Black with #F8511D
Text Example
Text Example
White with #F8511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8511D; }
p { color: rgb(248,81,29); }
H1.HeaderClassName
{
color: #F8511D;
}
.AnyTagClassName
{
color: #F8511D;
}
</style>
background-color css
<style>
a { background-color: #F8511D; }
a { background-color: rgb(248,81,29); }
div.DivClassName
{
background-color: #F8511D;
}
.BgClassName
{
background-color: #F8511D;
}
</style>
border-color css
<style>
span { border-color: #F8511D; }
span { border-color: rgb(248,81,29); }
td.TdClassName
{
border-color: #F8511D;
}
.TagClassName
{
border-color: #F8511D;
}
</style>