Html Css Color HEX #F85219 International Orange
📋 copy color: '#F85219'red 248 ◦ green 82 ◦ blue 25
Shades of International Orange #F85219
Tints of International Orange #F85219
RGB
CMYK
RGB Variations
Color information
#F85219 (or 0xF85219) is known color: International Orange. HEX triplet: F8, 52 and 19. RGB value is (248,82,25). Sum of RGB (Red+Green+Blue) = 248+82+25=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F85219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85219 is #07ADE6. Grayscale: #7D7D7D. Windows color (decimal): -503271 or 1659640. OLE color: 1659640.
HSL color Cylindrical-coordinate representation of color #F85219: hue angle of 15.34º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F85219 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 25 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.03 |
| HSL | 15.34º | 0.94% | 0.54% | - |
| HSV(B) | 15.34º | 0.9% | 0.97% | - |
| XYZ | 41.9 | 26.06 | 3.74 | - |
| YUV | 125.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 25 | 0 | 0.67 | 0.90 | 0.03 | 15.34 | 0.94 | 0.54 |
| Hex | F8 | 52 | 19 | 0 | 43 | 5A | 3 | F | 5E | 36 |
| Octal | 370 | 122 | 31 | 0 | 103 | 132 | 3 | 17 | 136 | 66 |
| Binary | 11111000 | 1010010 | 11001 | 0 | 1000011 | 1011010 | 11 | 1111 | 1011110 | 110110 |
Color Harmonies of #F85219
Complementary color
Monochromatic Colors of #F85219
Black with #F85219
Text Example
Text Example
White with #F85219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85219; }
p { color: rgb(248,82,25); }
H1.HeaderClassName
{
color: #F85219;
}
.AnyTagClassName
{
color: #F85219;
}
</style>
background-color css
<style>
a { background-color: #F85219; }
a { background-color: rgb(248,82,25); }
div.DivClassName
{
background-color: #F85219;
}
.BgClassName
{
background-color: #F85219;
}
</style>
border-color css
<style>
span { border-color: #F85219; }
span { border-color: rgb(248,82,25); }
td.TdClassName
{
border-color: #F85219;
}
.TagClassName
{
border-color: #F85219;
}
</style>