Html Css Color HEX #F8520F International Orange
📋 copy color: '#F8520F'red 248 ◦ green 82 ◦ blue 15
Shades of International Orange #F8520F
Tints of International Orange #F8520F
RGB
CMYK
RGB Variations
Color information
#F8520F (or 0xF8520F) is known color: International Orange. HEX triplet: F8, 52 and 0F. RGB value is (248,82,15). Sum of RGB (Red+Green+Blue) = 248+82+15=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8520F is #07ADF0. Grayscale: #7C7C7C. Windows color (decimal): -503281 or 1004280. OLE color: 1004280.
HSL color Cylindrical-coordinate representation of color #F8520F: hue angle of 17.25º 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 #F8520F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.03 |
| HSL | 17.25º | 0.94% | 0.52% | - |
| HSV(B) | 17.25º | 0.94% | 0.97% | - |
| XYZ | 41.81 | 26.03 | 3.27 | - |
| YUV | 124 | 66.5 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 15 | 0 | 0.67 | 0.94 | 0.03 | 17.25 | 0.94 | 0.52 |
| Hex | F8 | 52 | F | 0 | 43 | 5E | 3 | 11 | 5E | 34 |
| Octal | 370 | 122 | 17 | 0 | 103 | 136 | 3 | 21 | 136 | 64 |
| Binary | 11111000 | 1010010 | 1111 | 0 | 1000011 | 1011110 | 11 | 10001 | 1011110 | 110100 |
Color Harmonies of #F8520F
Complementary color
Monochromatic Colors of #F8520F
Black with #F8520F
Text Example
Text Example
White with #F8520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8520F; }
p { color: rgb(248,82,15); }
H1.HeaderClassName
{
color: #F8520F;
}
.AnyTagClassName
{
color: #F8520F;
}
</style>
background-color css
<style>
a { background-color: #F8520F; }
a { background-color: rgb(248,82,15); }
div.DivClassName
{
background-color: #F8520F;
}
.BgClassName
{
background-color: #F8520F;
}
</style>
border-color css
<style>
span { border-color: #F8520F; }
span { border-color: rgb(248,82,15); }
td.TdClassName
{
border-color: #F8520F;
}
.TagClassName
{
border-color: #F8520F;
}
</style>