Shades of International Orange #F85201
Tints of International Orange #F85201
RGB
CMYK
RGB Variations
Color information
#F85201 (or 0xF85201) is known color: International Orange. HEX triplet: F8, 52 and 01. RGB value is (248,82,1). Sum of RGB (Red+Green+Blue) = 248+82+1=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F85201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85201 is #07ADFE. Grayscale: #7A7A7A. Windows color (decimal): -503295 or 86776. OLE color: 86776.
HSL color Cylindrical-coordinate representation of color #F85201: hue angle of 19.68º 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 #F85201 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.03 |
| HSL | 19.68º | 0.99% | 0.49% | - |
| HSV(B) | 19.68º | 1% | 0.97% | - |
| XYZ | 41.73 | 25.99 | 2.85 | - |
| YUV | 122.4 | 59.5 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 1 | 0 | 0.67 | 1.00 | 0.03 | 19.68 | 0.99 | 0.49 |
| Hex | F8 | 52 | 1 | 0 | 43 | 64 | 3 | 14 | 63 | 31 |
| Octal | 370 | 122 | 1 | 0 | 103 | 144 | 3 | 24 | 143 | 61 |
| Binary | 11111000 | 1010010 | 1 | 0 | 1000011 | 1100100 | 11 | 10100 | 1100011 | 110001 |
Color Harmonies of #F85201
Complementary color
Monochromatic Colors of #F85201
Black with #F85201
Text Example
Text Example
White with #F85201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85201; }
p { color: rgb(248,82,1); }
H1.HeaderClassName
{
color: #F85201;
}
.AnyTagClassName
{
color: #F85201;
}
</style>
background-color css
<style>
a { background-color: #F85201; }
a { background-color: rgb(248,82,1); }
div.DivClassName
{
background-color: #F85201;
}
.BgClassName
{
background-color: #F85201;
}
</style>
border-color css
<style>
span { border-color: #F85201; }
span { border-color: rgb(248,82,1); }
td.TdClassName
{
border-color: #F85201;
}
.TagClassName
{
border-color: #F85201;
}
</style>