Html Css Color HEX #F8540F International Orange
📋 copy color: '#F8540F'red 248 ◦ green 84 ◦ blue 15
Shades of International Orange #F8540F
Tints of International Orange #F8540F
RGB
CMYK
RGB Variations
Color information
#F8540F (or 0xF8540F) is known color: International Orange. HEX triplet: F8, 54 and 0F. RGB value is (248,84,15). Sum of RGB (Red+Green+Blue) = 248+84+15=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F8540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8540F is #07ABF0. Grayscale: #7D7D7D. Windows color (decimal): -502769 or 1004792. OLE color: 1004792.
HSL color Cylindrical-coordinate representation of color #F8540F: hue angle of 17.77º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8540F is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 15 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.03 |
| HSL | 17.77º | 0.94% | 0.52% | - |
| HSV(B) | 17.77º | 0.94% | 0.97% | - |
| XYZ | 41.97 | 26.33 | 3.32 | - |
| YUV | 125.17 | 65.83 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 15 | 0 | 0.66 | 0.94 | 0.03 | 17.77 | 0.94 | 0.52 |
| Hex | F8 | 54 | F | 0 | 42 | 5E | 3 | 12 | 5E | 34 |
| Octal | 370 | 124 | 17 | 0 | 102 | 136 | 3 | 22 | 136 | 64 |
| Binary | 11111000 | 1010100 | 1111 | 0 | 1000010 | 1011110 | 11 | 10010 | 1011110 | 110100 |
Color Harmonies of #F8540F
Complementary color
Monochromatic Colors of #F8540F
Black with #F8540F
Text Example
Text Example
White with #F8540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8540F; }
p { color: rgb(248,84,15); }
H1.HeaderClassName
{
color: #F8540F;
}
.AnyTagClassName
{
color: #F8540F;
}
</style>
background-color css
<style>
a { background-color: #F8540F; }
a { background-color: rgb(248,84,15); }
div.DivClassName
{
background-color: #F8540F;
}
.BgClassName
{
background-color: #F8540F;
}
</style>
border-color css
<style>
span { border-color: #F8540F; }
span { border-color: rgb(248,84,15); }
td.TdClassName
{
border-color: #F8540F;
}
.TagClassName
{
border-color: #F8540F;
}
</style>