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