Html Css Color HEX #F85A14 International Orange
📋 copy color: '#F85A14'red 248 ◦ green 90 ◦ blue 20
Shades of International Orange #F85A14
Tints of International Orange #F85A14
RGB
CMYK
RGB Variations
Color information
#F85A14 (or 0xF85A14) is known color: International Orange. HEX triplet: F8, 5A and 14. RGB value is (248,90,20). Sum of RGB (Red+Green+Blue) = 248+90+20=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A14 is #07A5EB. Grayscale: #818181. Windows color (decimal): -501228 or 1334008. OLE color: 1334008.
HSL color Cylindrical-coordinate representation of color #F85A14: hue angle of 18.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F85A14 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.03 |
| HSL | 18.42º | 0.94% | 0.53% | - |
| HSV(B) | 18.42º | 0.92% | 0.97% | - |
| XYZ | 42.49 | 27.32 | 3.7 | - |
| YUV | 129.26 | 66.35 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 20 | 0 | 0.64 | 0.92 | 0.03 | 18.42 | 0.94 | 0.53 |
| Hex | F8 | 5A | 14 | 0 | 40 | 5C | 3 | 12 | 5E | 35 |
| Octal | 370 | 132 | 24 | 0 | 100 | 134 | 3 | 22 | 136 | 65 |
| Binary | 11111000 | 1011010 | 10100 | 0 | 1000000 | 1011100 | 11 | 10010 | 1011110 | 110101 |
Color Harmonies of #F85A14
Complementary color
Monochromatic Colors of #F85A14
Black with #F85A14
Text Example
Text Example
White with #F85A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A14; }
p { color: rgb(248,90,20); }
H1.HeaderClassName
{
color: #F85A14;
}
.AnyTagClassName
{
color: #F85A14;
}
</style>
background-color css
<style>
a { background-color: #F85A14; }
a { background-color: rgb(248,90,20); }
div.DivClassName
{
background-color: #F85A14;
}
.BgClassName
{
background-color: #F85A14;
}
</style>
border-color css
<style>
span { border-color: #F85A14; }
span { border-color: rgb(248,90,20); }
td.TdClassName
{
border-color: #F85A14;
}
.TagClassName
{
border-color: #F85A14;
}
</style>