Html Css Color HEX #F85A19 International Orange
📋 copy color: '#F85A19'red 248 ◦ green 90 ◦ blue 25
Shades of International Orange #F85A19
Tints of International Orange #F85A19
RGB
CMYK
RGB Variations
Color information
#F85A19 (or 0xF85A19) is known color: International Orange. HEX triplet: F8, 5A and 19. RGB value is (248,90,25). Sum of RGB (Red+Green+Blue) = 248+90+25=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A19 is #07A5E6. Grayscale: #828282. Windows color (decimal): -501223 or 1661688. OLE color: 1661688.
HSL color Cylindrical-coordinate representation of color #F85A19: hue angle of 17.49º 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 #F85A19 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.03 |
| HSL | 17.49º | 0.94% | 0.54% | - |
| HSV(B) | 17.49º | 0.9% | 0.97% | - |
| XYZ | 42.54 | 27.34 | 3.95 | - |
| YUV | 129.83 | 68.85 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 25 | 0 | 0.64 | 0.90 | 0.03 | 17.49 | 0.94 | 0.54 |
| Hex | F8 | 5A | 19 | 0 | 40 | 5A | 3 | 11 | 5E | 36 |
| Octal | 370 | 132 | 31 | 0 | 100 | 132 | 3 | 21 | 136 | 66 |
| Binary | 11111000 | 1011010 | 11001 | 0 | 1000000 | 1011010 | 11 | 10001 | 1011110 | 110110 |
Color Harmonies of #F85A19
Complementary color
Monochromatic Colors of #F85A19
Black with #F85A19
Text Example
Text Example
White with #F85A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A19; }
p { color: rgb(248,90,25); }
H1.HeaderClassName
{
color: #F85A19;
}
.AnyTagClassName
{
color: #F85A19;
}
</style>
background-color css
<style>
a { background-color: #F85A19; }
a { background-color: rgb(248,90,25); }
div.DivClassName
{
background-color: #F85A19;
}
.BgClassName
{
background-color: #F85A19;
}
</style>
border-color css
<style>
span { border-color: #F85A19; }
span { border-color: rgb(248,90,25); }
td.TdClassName
{
border-color: #F85A19;
}
.TagClassName
{
border-color: #F85A19;
}
</style>