Html Css Color HEX #F8540A International Orange
📋 copy color: '#F8540A'red 248 ◦ green 84 ◦ blue 10
Shades of International Orange #F8540A
Tints of International Orange #F8540A
RGB
CMYK
RGB Variations
Color information
#F8540A (or 0xF8540A) is known color: International Orange. HEX triplet: F8, 54 and 0A. RGB value is (248,84,10). Sum of RGB (Red+Green+Blue) = 248+84+10=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8540A is #07ABF5. Grayscale: #7D7D7D. Windows color (decimal): -502774 or 677112. OLE color: 677112.
HSL color Cylindrical-coordinate representation of color #F8540A: hue angle of 18.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8540A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.03 |
| HSL | 18.66º | 0.94% | 0.51% | - |
| HSV(B) | 18.66º | 0.96% | 0.97% | - |
| XYZ | 41.94 | 26.32 | 3.16 | - |
| YUV | 124.6 | 63.33 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 10 | 0 | 0.66 | 0.96 | 0.03 | 18.66 | 0.94 | 0.51 |
| Hex | F8 | 54 | A | 0 | 42 | 60 | 3 | 13 | 5E | 33 |
| Octal | 370 | 124 | 12 | 0 | 102 | 140 | 3 | 23 | 136 | 63 |
| Binary | 11111000 | 1010100 | 1010 | 0 | 1000010 | 1100000 | 11 | 10011 | 1011110 | 110011 |
Color Harmonies of #F8540A
Complementary color
Monochromatic Colors of #F8540A
Black with #F8540A
Text Example
Text Example
White with #F8540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8540A; }
p { color: rgb(248,84,10); }
H1.HeaderClassName
{
color: #F8540A;
}
.AnyTagClassName
{
color: #F8540A;
}
</style>
background-color css
<style>
a { background-color: #F8540A; }
a { background-color: rgb(248,84,10); }
div.DivClassName
{
background-color: #F8540A;
}
.BgClassName
{
background-color: #F8540A;
}
</style>
border-color css
<style>
span { border-color: #F8540A; }
span { border-color: rgb(248,84,10); }
td.TdClassName
{
border-color: #F8540A;
}
.TagClassName
{
border-color: #F8540A;
}
</style>