Html Css Color HEX #F85519 International Orange
📋 copy color: '#F85519'red 248 ◦ green 85 ◦ blue 25
Shades of International Orange #F85519
Tints of International Orange #F85519
RGB
CMYK
RGB Variations
Color information
#F85519 (or 0xF85519) is known color: International Orange. HEX triplet: F8, 55 and 19. RGB value is (248,85,25). Sum of RGB (Red+Green+Blue) = 248+85+25=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F85519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85519 is #07AAE6. Grayscale: #7F7F7F. Windows color (decimal): -502503 or 1660408. OLE color: 1660408.
HSL color Cylindrical-coordinate representation of color #F85519: hue angle of 16.14º 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 #F85519 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.03 |
| HSL | 16.14º | 0.94% | 0.54% | - |
| HSV(B) | 16.14º | 0.9% | 0.97% | - |
| XYZ | 42.14 | 26.52 | 3.82 | - |
| YUV | 126.9 | 70.5 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 25 | 0 | 0.66 | 0.90 | 0.03 | 16.14 | 0.94 | 0.54 |
| Hex | F8 | 55 | 19 | 0 | 42 | 5A | 3 | 10 | 5E | 36 |
| Octal | 370 | 125 | 31 | 0 | 102 | 132 | 3 | 20 | 136 | 66 |
| Binary | 11111000 | 1010101 | 11001 | 0 | 1000010 | 1011010 | 11 | 10000 | 1011110 | 110110 |
Color Harmonies of #F85519
Complementary color
Monochromatic Colors of #F85519
Black with #F85519
Text Example
Text Example
White with #F85519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85519; }
p { color: rgb(248,85,25); }
H1.HeaderClassName
{
color: #F85519;
}
.AnyTagClassName
{
color: #F85519;
}
</style>
background-color css
<style>
a { background-color: #F85519; }
a { background-color: rgb(248,85,25); }
div.DivClassName
{
background-color: #F85519;
}
.BgClassName
{
background-color: #F85519;
}
</style>
border-color css
<style>
span { border-color: #F85519; }
span { border-color: rgb(248,85,25); }
td.TdClassName
{
border-color: #F85519;
}
.TagClassName
{
border-color: #F85519;
}
</style>