Shades of International Orange #F85303
Tints of International Orange #F85303
RGB
CMYK
RGB Variations
Color information
#F85303 (or 0xF85303) is known color: International Orange. HEX triplet: F8, 53 and 03. RGB value is (248,83,3). Sum of RGB (Red+Green+Blue) = 248+83+3=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F85303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85303 is #07ACFC. Grayscale: #7B7B7B. Windows color (decimal): -503037 or 218104. OLE color: 218104.
HSL color Cylindrical-coordinate representation of color #F85303: hue angle of 19.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F85303 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.03 |
| HSL | 19.59º | 0.98% | 0.49% | - |
| HSV(B) | 19.59º | 0.99% | 0.97% | - |
| XYZ | 41.82 | 26.15 | 2.93 | - |
| YUV | 123.22 | 60.16 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 3 | 0 | 0.67 | 0.99 | 0.03 | 19.59 | 0.98 | 0.49 |
| Hex | F8 | 53 | 3 | 0 | 43 | 63 | 3 | 14 | 62 | 31 |
| Octal | 370 | 123 | 3 | 0 | 103 | 143 | 3 | 24 | 142 | 61 |
| Binary | 11111000 | 1010011 | 11 | 0 | 1000011 | 1100011 | 11 | 10100 | 1100010 | 110001 |
Color Harmonies of #F85303
Complementary color
Monochromatic Colors of #F85303
Black with #F85303
Text Example
Text Example
White with #F85303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85303; }
p { color: rgb(248,83,3); }
H1.HeaderClassName
{
color: #F85303;
}
.AnyTagClassName
{
color: #F85303;
}
</style>
background-color css
<style>
a { background-color: #F85303; }
a { background-color: rgb(248,83,3); }
div.DivClassName
{
background-color: #F85303;
}
.BgClassName
{
background-color: #F85303;
}
</style>
border-color css
<style>
span { border-color: #F85303; }
span { border-color: rgb(248,83,3); }
td.TdClassName
{
border-color: #F85303;
}
.TagClassName
{
border-color: #F85303;
}
</style>