Html Css Color HEX #F85819 International Orange
📋 copy color: '#F85819'red 248 ◦ green 88 ◦ blue 25
Shades of International Orange #F85819
Tints of International Orange #F85819
RGB
CMYK
RGB Variations
Color information
#F85819 (or 0xF85819) is known color: International Orange. HEX triplet: F8, 58 and 19. RGB value is (248,88,25). Sum of RGB (Red+Green+Blue) = 248+88+25=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F85819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85819 is #07A7E6. Grayscale: #818181. Windows color (decimal): -501735 or 1661176. OLE color: 1661176.
HSL color Cylindrical-coordinate representation of color #F85819: hue angle of 16.95º 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 #F85819 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 25 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.03 |
| HSL | 16.95º | 0.94% | 0.54% | - |
| HSV(B) | 16.95º | 0.9% | 0.97% | - |
| XYZ | 42.38 | 27.01 | 3.9 | - |
| YUV | 128.66 | 69.51 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 25 | 0 | 0.65 | 0.90 | 0.03 | 16.95 | 0.94 | 0.54 |
| Hex | F8 | 58 | 19 | 0 | 41 | 5A | 3 | 11 | 5E | 36 |
| Octal | 370 | 130 | 31 | 0 | 101 | 132 | 3 | 21 | 136 | 66 |
| Binary | 11111000 | 1011000 | 11001 | 0 | 1000001 | 1011010 | 11 | 10001 | 1011110 | 110110 |
Color Harmonies of #F85819
Complementary color
Monochromatic Colors of #F85819
Black with #F85819
Text Example
Text Example
White with #F85819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85819; }
p { color: rgb(248,88,25); }
H1.HeaderClassName
{
color: #F85819;
}
.AnyTagClassName
{
color: #F85819;
}
</style>
background-color css
<style>
a { background-color: #F85819; }
a { background-color: rgb(248,88,25); }
div.DivClassName
{
background-color: #F85819;
}
.BgClassName
{
background-color: #F85819;
}
</style>
border-color css
<style>
span { border-color: #F85819; }
span { border-color: rgb(248,88,25); }
td.TdClassName
{
border-color: #F85819;
}
.TagClassName
{
border-color: #F85819;
}
</style>