Shades of International Orange #F85706
Tints of International Orange #F85706
RGB
CMYK
RGB Variations
Color information
#F85706 (or 0xF85706) is known color: International Orange. HEX triplet: F8, 57 and 06. RGB value is (248,87,6). Sum of RGB (Red+Green+Blue) = 248+87+6=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F85706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85706 is #07A8F9. Grayscale: #7E7E7E. Windows color (decimal): -502010 or 415736. OLE color: 415736.
HSL color Cylindrical-coordinate representation of color #F85706: hue angle of 20.08º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F85706 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 6 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.03 |
| HSL | 20.08º | 0.95% | 0.5% | - |
| HSV(B) | 20.08º | 0.98% | 0.97% | - |
| XYZ | 42.15 | 26.79 | 3.12 | - |
| YUV | 125.91 | 60.34 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 6 | 0 | 0.65 | 0.98 | 0.03 | 20.08 | 0.95 | 0.5 |
| Hex | F8 | 57 | 6 | 0 | 41 | 62 | 3 | 14 | 5F | 32 |
| Octal | 370 | 127 | 6 | 0 | 101 | 142 | 3 | 24 | 137 | 62 |
| Binary | 11111000 | 1010111 | 110 | 0 | 1000001 | 1100010 | 11 | 10100 | 1011111 | 110010 |
Color Harmonies of #F85706
Complementary color
Monochromatic Colors of #F85706
Black with #F85706
Text Example
Text Example
White with #F85706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85706; }
p { color: rgb(248,87,6); }
H1.HeaderClassName
{
color: #F85706;
}
.AnyTagClassName
{
color: #F85706;
}
</style>
background-color css
<style>
a { background-color: #F85706; }
a { background-color: rgb(248,87,6); }
div.DivClassName
{
background-color: #F85706;
}
.BgClassName
{
background-color: #F85706;
}
</style>
border-color css
<style>
span { border-color: #F85706; }
span { border-color: rgb(248,87,6); }
td.TdClassName
{
border-color: #F85706;
}
.TagClassName
{
border-color: #F85706;
}
</style>