Html Css Color HEX #F8530E International Orange
📋 copy color: '#F8530E'red 248 ◦ green 83 ◦ blue 14
Shades of International Orange #F8530E
Tints of International Orange #F8530E
RGB
CMYK
RGB Variations
Color information
#F8530E (or 0xF8530E) is known color: International Orange. HEX triplet: F8, 53 and 0E. RGB value is (248,83,14). Sum of RGB (Red+Green+Blue) = 248+83+14=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8530E is #07ACF1. Grayscale: #7C7C7C. Windows color (decimal): -503026 or 939000. OLE color: 939000.
HSL color Cylindrical-coordinate representation of color #F8530E: hue angle of 17.69º 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 #F8530E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.03 |
| HSL | 17.69º | 0.94% | 0.51% | - |
| HSV(B) | 17.69º | 0.94% | 0.97% | - |
| XYZ | 41.88 | 26.17 | 3.26 | - |
| YUV | 124.47 | 65.66 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 14 | 0 | 0.67 | 0.94 | 0.03 | 17.69 | 0.94 | 0.51 |
| Hex | F8 | 53 | E | 0 | 43 | 5E | 3 | 12 | 5E | 33 |
| Octal | 370 | 123 | 16 | 0 | 103 | 136 | 3 | 22 | 136 | 63 |
| Binary | 11111000 | 1010011 | 1110 | 0 | 1000011 | 1011110 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F8530E
Complementary color
Monochromatic Colors of #F8530E
Black with #F8530E
Text Example
Text Example
White with #F8530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8530E; }
p { color: rgb(248,83,14); }
H1.HeaderClassName
{
color: #F8530E;
}
.AnyTagClassName
{
color: #F8530E;
}
</style>
background-color css
<style>
a { background-color: #F8530E; }
a { background-color: rgb(248,83,14); }
div.DivClassName
{
background-color: #F8530E;
}
.BgClassName
{
background-color: #F8530E;
}
</style>
border-color css
<style>
span { border-color: #F8530E; }
span { border-color: rgb(248,83,14); }
td.TdClassName
{
border-color: #F8530E;
}
.TagClassName
{
border-color: #F8530E;
}
</style>