Shades of International Orange #F85700
Tints of International Orange #F85700
RGB
CMYK
RGB Variations
Color information
#F85700 (or 0xF85700) is known color: International Orange. HEX triplet: F8, 57 and 00. RGB value is (248,87,0). Sum of RGB (Red+Green+Blue) = 248+87+0=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F85700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85700 is #07A8FF. Grayscale: #7D7D7D. Windows color (decimal): -502016 or 22520. OLE color: 22520.
HSL color Cylindrical-coordinate representation of color #F85700: hue angle of 21.05º 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 #F85700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.03 |
| HSL | 21.05º | 1% | 0.49% | - |
| HSV(B) | 21.05º | 1% | 0.97% | - |
| XYZ | 42.12 | 26.77 | 2.95 | - |
| YUV | 125.22 | 57.34 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 0 | 0 | 0.65 | 1 | 0.03 | 21.05 | 1 | 0.49 |
| Hex | F8 | 57 | 0 | 0 | 41 | 64 | 3 | 15 | 64 | 31 |
| Octal | 370 | 127 | 0 | 0 | 101 | 144 | 3 | 25 | 144 | 61 |
| Binary | 11111000 | 1010111 | 0 | 0 | 1000001 | 1100100 | 11 | 10101 | 1100100 | 110001 |
Color Harmonies of #F85700
Complementary color
Monochromatic Colors of #F85700
Black with #F85700
Text Example
Text Example
White with #F85700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85700; }
p { color: rgb(248,87,0); }
H1.HeaderClassName
{
color: #F85700;
}
.AnyTagClassName
{
color: #F85700;
}
</style>
background-color css
<style>
a { background-color: #F85700; }
a { background-color: rgb(248,87,0); }
div.DivClassName
{
background-color: #F85700;
}
.BgClassName
{
background-color: #F85700;
}
</style>
border-color css
<style>
span { border-color: #F85700; }
span { border-color: rgb(248,87,0); }
td.TdClassName
{
border-color: #F85700;
}
.TagClassName
{
border-color: #F85700;
}
</style>