Html Css Color HEX #F8590C International Orange
📋 copy color: '#F8590C'red 248 ◦ green 89 ◦ blue 12
Shades of International Orange #F8590C
Tints of International Orange #F8590C
RGB
CMYK
RGB Variations
Color information
#F8590C (or 0xF8590C) is known color: International Orange. HEX triplet: F8, 59 and 0C. RGB value is (248,89,12). Sum of RGB (Red+Green+Blue) = 248+89+12=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8590C is #07A6F3. Grayscale: #808080. Windows color (decimal): -501492 or 809464. OLE color: 809464.
HSL color Cylindrical-coordinate representation of color #F8590C: hue angle of 19.58º 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 #F8590C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.03 |
| HSL | 19.58º | 0.94% | 0.51% | - |
| HSV(B) | 19.58º | 0.95% | 0.97% | - |
| XYZ | 42.35 | 27.13 | 3.35 | - |
| YUV | 127.76 | 62.68 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 12 | 0 | 0.64 | 0.95 | 0.03 | 19.58 | 0.94 | 0.51 |
| Hex | F8 | 59 | C | 0 | 40 | 5F | 3 | 14 | 5E | 33 |
| Octal | 370 | 131 | 14 | 0 | 100 | 137 | 3 | 24 | 136 | 63 |
| Binary | 11111000 | 1011001 | 1100 | 0 | 1000000 | 1011111 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F8590C
Complementary color
Monochromatic Colors of #F8590C
Black with #F8590C
Text Example
Text Example
White with #F8590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8590C; }
p { color: rgb(248,89,12); }
H1.HeaderClassName
{
color: #F8590C;
}
.AnyTagClassName
{
color: #F8590C;
}
</style>
background-color css
<style>
a { background-color: #F8590C; }
a { background-color: rgb(248,89,12); }
div.DivClassName
{
background-color: #F8590C;
}
.BgClassName
{
background-color: #F8590C;
}
</style>
border-color css
<style>
span { border-color: #F8590C; }
span { border-color: rgb(248,89,12); }
td.TdClassName
{
border-color: #F8590C;
}
.TagClassName
{
border-color: #F8590C;
}
</style>