Shades of International Orange #F85008
Tints of International Orange #F85008
RGB
CMYK
RGB Variations
Color information
#F85008 (or 0xF85008) is known color: International Orange. HEX triplet: F8, 50 and 08. RGB value is (248,80,8). Sum of RGB (Red+Green+Blue) = 248+80+8=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F85008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85008 is #07AFF7. Grayscale: #7A7A7A. Windows color (decimal): -503800 or 545016. OLE color: 545016.
HSL color Cylindrical-coordinate representation of color #F85008: hue angle of 18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F85008 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 8 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.03 |
| HSL | 18º | 0.94% | 0.5% | - |
| HSV(B) | 18º | 0.97% | 0.97% | - |
| XYZ | 41.62 | 25.71 | 3 | - |
| YUV | 122.02 | 63.66 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 8 | 0 | 0.68 | 0.97 | 0.03 | 18 | 0.94 | 0.5 |
| Hex | F8 | 50 | 8 | 0 | 44 | 61 | 3 | 12 | 5E | 32 |
| Octal | 370 | 120 | 10 | 0 | 104 | 141 | 3 | 22 | 136 | 62 |
| Binary | 11111000 | 1010000 | 1000 | 0 | 1000100 | 1100001 | 11 | 10010 | 1011110 | 110010 |
Color Harmonies of #F85008
Complementary color
Monochromatic Colors of #F85008
Black with #F85008
Text Example
Text Example
White with #F85008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85008; }
p { color: rgb(248,80,8); }
H1.HeaderClassName
{
color: #F85008;
}
.AnyTagClassName
{
color: #F85008;
}
</style>
background-color css
<style>
a { background-color: #F85008; }
a { background-color: rgb(248,80,8); }
div.DivClassName
{
background-color: #F85008;
}
.BgClassName
{
background-color: #F85008;
}
</style>
border-color css
<style>
span { border-color: #F85008; }
span { border-color: rgb(248,80,8); }
td.TdClassName
{
border-color: #F85008;
}
.TagClassName
{
border-color: #F85008;
}
</style>