Html Css Color HEX #F8520A International Orange
📋 copy color: '#F8520A'red 248 ◦ green 82 ◦ blue 10
Shades of International Orange #F8520A
Tints of International Orange #F8520A
RGB
CMYK
RGB Variations
Color information
#F8520A (or 0xF8520A) is known color: International Orange. HEX triplet: F8, 52 and 0A. RGB value is (248,82,10). Sum of RGB (Red+Green+Blue) = 248+82+10=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8520A is #07ADF5. Grayscale: #7B7B7B. Windows color (decimal): -503286 or 676600. OLE color: 676600.
HSL color Cylindrical-coordinate representation of color #F8520A: hue angle of 18.15º 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 #F8520A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.03 |
| HSL | 18.15º | 0.94% | 0.51% | - |
| HSV(B) | 18.15º | 0.96% | 0.97% | - |
| XYZ | 41.78 | 26.01 | 3.11 | - |
| YUV | 123.43 | 64 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 10 | 0 | 0.67 | 0.96 | 0.03 | 18.15 | 0.94 | 0.51 |
| Hex | F8 | 52 | A | 0 | 43 | 60 | 3 | 12 | 5E | 33 |
| Octal | 370 | 122 | 12 | 0 | 103 | 140 | 3 | 22 | 136 | 63 |
| Binary | 11111000 | 1010010 | 1010 | 0 | 1000011 | 1100000 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F8520A
Complementary color
Monochromatic Colors of #F8520A
Black with #F8520A
Text Example
Text Example
White with #F8520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8520A; }
p { color: rgb(248,82,10); }
H1.HeaderClassName
{
color: #F8520A;
}
.AnyTagClassName
{
color: #F8520A;
}
</style>
background-color css
<style>
a { background-color: #F8520A; }
a { background-color: rgb(248,82,10); }
div.DivClassName
{
background-color: #F8520A;
}
.BgClassName
{
background-color: #F8520A;
}
</style>
border-color css
<style>
span { border-color: #F8520A; }
span { border-color: rgb(248,82,10); }
td.TdClassName
{
border-color: #F8520A;
}
.TagClassName
{
border-color: #F8520A;
}
</style>