Html Css Color HEX #F8590E International Orange
📋 copy color: '#F8590E'red 248 ◦ green 89 ◦ blue 14
Shades of International Orange #F8590E
Tints of International Orange #F8590E
RGB
CMYK
RGB Variations
Color information
#F8590E (or 0xF8590E) is known color: International Orange. HEX triplet: F8, 59 and 0E. RGB value is (248,89,14). Sum of RGB (Red+Green+Blue) = 248+89+14=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F8590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8590E is #07A6F1. Grayscale: #808080. Windows color (decimal): -501490 or 940536. OLE color: 940536.
HSL color Cylindrical-coordinate representation of color #F8590E: hue angle of 19.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8590E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.03 |
| HSL | 19.23º | 0.94% | 0.51% | - |
| HSV(B) | 19.23º | 0.94% | 0.97% | - |
| XYZ | 42.36 | 27.13 | 3.42 | - |
| YUV | 127.99 | 63.68 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 14 | 0 | 0.64 | 0.94 | 0.03 | 19.23 | 0.94 | 0.51 |
| Hex | F8 | 59 | E | 0 | 40 | 5E | 3 | 13 | 5E | 33 |
| Octal | 370 | 131 | 16 | 0 | 100 | 136 | 3 | 23 | 136 | 63 |
| Binary | 11111000 | 1011001 | 1110 | 0 | 1000000 | 1011110 | 11 | 10011 | 1011110 | 110011 |
Color Harmonies of #F8590E
Complementary color
Monochromatic Colors of #F8590E
Black with #F8590E
Text Example
Text Example
White with #F8590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8590E; }
p { color: rgb(248,89,14); }
H1.HeaderClassName
{
color: #F8590E;
}
.AnyTagClassName
{
color: #F8590E;
}
</style>
background-color css
<style>
a { background-color: #F8590E; }
a { background-color: rgb(248,89,14); }
div.DivClassName
{
background-color: #F8590E;
}
.BgClassName
{
background-color: #F8590E;
}
</style>
border-color css
<style>
span { border-color: #F8590E; }
span { border-color: rgb(248,89,14); }
td.TdClassName
{
border-color: #F8590E;
}
.TagClassName
{
border-color: #F8590E;
}
</style>