Html Css Color HEX #F85514 International Orange
📋 copy color: '#F85514'red 248 ◦ green 85 ◦ blue 20
Shades of International Orange #F85514
Tints of International Orange #F85514
RGB
CMYK
RGB Variations
Color information
#F85514 (or 0xF85514) is known color: International Orange. HEX triplet: F8, 55 and 14. RGB value is (248,85,20). Sum of RGB (Red+Green+Blue) = 248+85+20=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85514 is #07AAEB. Grayscale: #7E7E7E. Windows color (decimal): -502508 or 1332728. OLE color: 1332728.
HSL color Cylindrical-coordinate representation of color #F85514: hue angle of 17.11º 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 #F85514 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 20 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.03 |
| HSL | 17.11º | 0.94% | 0.53% | - |
| HSV(B) | 17.11º | 0.92% | 0.97% | - |
| XYZ | 42.09 | 26.5 | 3.56 | - |
| YUV | 126.33 | 68 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 20 | 0 | 0.66 | 0.92 | 0.03 | 17.11 | 0.94 | 0.53 |
| Hex | F8 | 55 | 14 | 0 | 42 | 5C | 3 | 11 | 5E | 35 |
| Octal | 370 | 125 | 24 | 0 | 102 | 134 | 3 | 21 | 136 | 65 |
| Binary | 11111000 | 1010101 | 10100 | 0 | 1000010 | 1011100 | 11 | 10001 | 1011110 | 110101 |
Color Harmonies of #F85514
Complementary color
Monochromatic Colors of #F85514
Black with #F85514
Text Example
Text Example
White with #F85514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85514; }
p { color: rgb(248,85,20); }
H1.HeaderClassName
{
color: #F85514;
}
.AnyTagClassName
{
color: #F85514;
}
</style>
background-color css
<style>
a { background-color: #F85514; }
a { background-color: rgb(248,85,20); }
div.DivClassName
{
background-color: #F85514;
}
.BgClassName
{
background-color: #F85514;
}
</style>
border-color css
<style>
span { border-color: #F85514; }
span { border-color: rgb(248,85,20); }
td.TdClassName
{
border-color: #F85514;
}
.TagClassName
{
border-color: #F85514;
}
</style>