Shades of International Orange #F85001
Tints of International Orange #F85001
RGB
CMYK
RGB Variations
Color information
#F85001 (or 0xF85001) is known color: International Orange. HEX triplet: F8, 50 and 01. RGB value is (248,80,1). Sum of RGB (Red+Green+Blue) = 248+80+1=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F85001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85001 is #07AFFE. Grayscale: #797979. Windows color (decimal): -503807 or 86264. OLE color: 86264.
HSL color Cylindrical-coordinate representation of color #F85001: hue angle of 19.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85001 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.03 |
| HSL | 19.19º | 0.99% | 0.49% | - |
| HSV(B) | 19.19º | 1% | 0.97% | - |
| XYZ | 41.59 | 25.7 | 2.8 | - |
| YUV | 121.23 | 60.16 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 1 | 0 | 0.68 | 1.00 | 0.03 | 19.19 | 0.99 | 0.49 |
| Hex | F8 | 50 | 1 | 0 | 44 | 64 | 3 | 13 | 63 | 31 |
| Octal | 370 | 120 | 1 | 0 | 104 | 144 | 3 | 23 | 143 | 61 |
| Binary | 11111000 | 1010000 | 1 | 0 | 1000100 | 1100100 | 11 | 10011 | 1100011 | 110001 |
Color Harmonies of #F85001
Complementary color
Monochromatic Colors of #F85001
Black with #F85001
Text Example
Text Example
White with #F85001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85001; }
p { color: rgb(248,80,1); }
H1.HeaderClassName
{
color: #F85001;
}
.AnyTagClassName
{
color: #F85001;
}
</style>
background-color css
<style>
a { background-color: #F85001; }
a { background-color: rgb(248,80,1); }
div.DivClassName
{
background-color: #F85001;
}
.BgClassName
{
background-color: #F85001;
}
</style>
border-color css
<style>
span { border-color: #F85001; }
span { border-color: rgb(248,80,1); }
td.TdClassName
{
border-color: #F85001;
}
.TagClassName
{
border-color: #F85001;
}
</style>