Html Css Color HEX #F84F0A International Orange
📋 copy color: '#F84F0A'red 248 ◦ green 79 ◦ blue 10
Shades of International Orange #F84F0A
Tints of International Orange #F84F0A
RGB
CMYK
RGB Variations
Color information
#F84F0A (or 0xF84F0A) is known color: International Orange. HEX triplet: F8, 4F and 0A. RGB value is (248,79,10). Sum of RGB (Red+Green+Blue) = 248+79+10=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84F0A is #07B0F5. Grayscale: #7A7A7A. Windows color (decimal): -504054 or 675832. OLE color: 675832.
HSL color Cylindrical-coordinate representation of color #F84F0A: hue angle of 17.39º 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 #F84F0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.03 |
| HSL | 17.39º | 0.94% | 0.51% | - |
| HSV(B) | 17.39º | 0.96% | 0.97% | - |
| XYZ | 41.56 | 25.57 | 3.03 | - |
| YUV | 121.67 | 64.99 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 10 | 0 | 0.68 | 0.96 | 0.03 | 17.39 | 0.94 | 0.51 |
| Hex | F8 | 4F | A | 0 | 44 | 60 | 3 | 11 | 5E | 33 |
| Octal | 370 | 117 | 12 | 0 | 104 | 140 | 3 | 21 | 136 | 63 |
| Binary | 11111000 | 1001111 | 1010 | 0 | 1000100 | 1100000 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F84F0A
Complementary color
Monochromatic Colors of #F84F0A
Black with #F84F0A
Text Example
Text Example
White with #F84F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F0A; }
p { color: rgb(248,79,10); }
H1.HeaderClassName
{
color: #F84F0A;
}
.AnyTagClassName
{
color: #F84F0A;
}
</style>
background-color css
<style>
a { background-color: #F84F0A; }
a { background-color: rgb(248,79,10); }
div.DivClassName
{
background-color: #F84F0A;
}
.BgClassName
{
background-color: #F84F0A;
}
</style>
border-color css
<style>
span { border-color: #F84F0A; }
span { border-color: rgb(248,79,10); }
td.TdClassName
{
border-color: #F84F0A;
}
.TagClassName
{
border-color: #F84F0A;
}
</style>