Html Css Color HEX #F8510C International Orange
📋 copy color: '#F8510C'red 248 ◦ green 81 ◦ blue 12
Shades of International Orange #F8510C
Tints of International Orange #F8510C
RGB
CMYK
RGB Variations
Color information
#F8510C (or 0xF8510C) is known color: International Orange. HEX triplet: F8, 51 and 0C. RGB value is (248,81,12). Sum of RGB (Red+Green+Blue) = 248+81+12=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8510C is #07AEF3. Grayscale: #7B7B7B. Windows color (decimal): -503540 or 807416. OLE color: 807416.
HSL color Cylindrical-coordinate representation of color #F8510C: hue angle of 17.54º 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 #F8510C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.03 |
| HSL | 17.54º | 0.94% | 0.51% | - |
| HSV(B) | 17.54º | 0.95% | 0.97% | - |
| XYZ | 41.72 | 25.87 | 3.14 | - |
| YUV | 123.07 | 65.33 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 12 | 0 | 0.67 | 0.95 | 0.03 | 17.54 | 0.94 | 0.51 |
| Hex | F8 | 51 | C | 0 | 43 | 5F | 3 | 12 | 5E | 33 |
| Octal | 370 | 121 | 14 | 0 | 103 | 137 | 3 | 22 | 136 | 63 |
| Binary | 11111000 | 1010001 | 1100 | 0 | 1000011 | 1011111 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F8510C
Complementary color
Monochromatic Colors of #F8510C
Black with #F8510C
Text Example
Text Example
White with #F8510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8510C; }
p { color: rgb(248,81,12); }
H1.HeaderClassName
{
color: #F8510C;
}
.AnyTagClassName
{
color: #F8510C;
}
</style>
background-color css
<style>
a { background-color: #F8510C; }
a { background-color: rgb(248,81,12); }
div.DivClassName
{
background-color: #F8510C;
}
.BgClassName
{
background-color: #F8510C;
}
</style>
border-color css
<style>
span { border-color: #F8510C; }
span { border-color: rgb(248,81,12); }
td.TdClassName
{
border-color: #F8510C;
}
.TagClassName
{
border-color: #F8510C;
}
</style>