Shades of International Orange #F84F00
Tints of International Orange #F84F00
RGB
CMYK
RGB Variations
Color information
#F84F00 (or 0xF84F00) is known color: International Orange. HEX triplet: F8, 4F and 00. RGB value is (248,79,0). Sum of RGB (Red+Green+Blue) = 248+79+0=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84F00 is #07B0FF. Grayscale: #797979. Windows color (decimal): -504064 or 20472. OLE color: 20472.
HSL color Cylindrical-coordinate representation of color #F84F00: hue angle of 19.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F84F00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.03 |
| HSL | 19.11º | 1% | 0.49% | - |
| HSV(B) | 19.11º | 1% | 0.97% | - |
| XYZ | 41.51 | 25.55 | 2.74 | - |
| YUV | 120.53 | 59.99 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 0 | 0 | 0.68 | 1 | 0.03 | 19.11 | 1 | 0.49 |
| Hex | F8 | 4F | 0 | 0 | 44 | 64 | 3 | 13 | 64 | 31 |
| Octal | 370 | 117 | 0 | 0 | 104 | 144 | 3 | 23 | 144 | 61 |
| Binary | 11111000 | 1001111 | 0 | 0 | 1000100 | 1100100 | 11 | 10011 | 1100100 | 110001 |
Color Harmonies of #F84F00
Complementary color
Monochromatic Colors of #F84F00
Black with #F84F00
Text Example
Text Example
White with #F84F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F00; }
p { color: rgb(248,79,0); }
H1.HeaderClassName
{
color: #F84F00;
}
.AnyTagClassName
{
color: #F84F00;
}
</style>
background-color css
<style>
a { background-color: #F84F00; }
a { background-color: rgb(248,79,0); }
div.DivClassName
{
background-color: #F84F00;
}
.BgClassName
{
background-color: #F84F00;
}
</style>
border-color css
<style>
span { border-color: #F84F00; }
span { border-color: rgb(248,79,0); }
td.TdClassName
{
border-color: #F84F00;
}
.TagClassName
{
border-color: #F84F00;
}
</style>