Html Css Color HEX #F8540B International Orange
📋 copy color: '#F8540B'red 248 ◦ green 84 ◦ blue 11
Shades of International Orange #F8540B
Tints of International Orange #F8540B
RGB
CMYK
RGB Variations
Color information
#F8540B (or 0xF8540B) is known color: International Orange. HEX triplet: F8, 54 and 0B. RGB value is (248,84,11). Sum of RGB (Red+Green+Blue) = 248+84+11=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8540B is #07ABF4. Grayscale: #7D7D7D. Windows color (decimal): -502773 or 742648. OLE color: 742648.
HSL color Cylindrical-coordinate representation of color #F8540B: hue angle of 18.48º 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 #F8540B is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 11 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.03 |
| HSL | 18.48º | 0.94% | 0.51% | - |
| HSV(B) | 18.48º | 0.96% | 0.97% | - |
| XYZ | 41.94 | 26.32 | 3.19 | - |
| YUV | 124.71 | 63.83 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 11 | 0 | 0.66 | 0.96 | 0.03 | 18.48 | 0.94 | 0.51 |
| Hex | F8 | 54 | B | 0 | 42 | 60 | 3 | 12 | 5E | 33 |
| Octal | 370 | 124 | 13 | 0 | 102 | 140 | 3 | 22 | 136 | 63 |
| Binary | 11111000 | 1010100 | 1011 | 0 | 1000010 | 1100000 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F8540B
Complementary color
Monochromatic Colors of #F8540B
Black with #F8540B
Text Example
Text Example
White with #F8540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8540B; }
p { color: rgb(248,84,11); }
H1.HeaderClassName
{
color: #F8540B;
}
.AnyTagClassName
{
color: #F8540B;
}
</style>
background-color css
<style>
a { background-color: #F8540B; }
a { background-color: rgb(248,84,11); }
div.DivClassName
{
background-color: #F8540B;
}
.BgClassName
{
background-color: #F8540B;
}
</style>
border-color css
<style>
span { border-color: #F8540B; }
span { border-color: rgb(248,84,11); }
td.TdClassName
{
border-color: #F8540B;
}
.TagClassName
{
border-color: #F8540B;
}
</style>