Shades of International Orange #F85305
Tints of International Orange #F85305
RGB
CMYK
RGB Variations
Color information
#F85305 (or 0xF85305) is known color: International Orange. HEX triplet: F8, 53 and 05. RGB value is (248,83,5). Sum of RGB (Red+Green+Blue) = 248+83+5=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F85305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85305 is #07ACFA. Grayscale: #7B7B7B. Windows color (decimal): -503035 or 349176. OLE color: 349176.
HSL color Cylindrical-coordinate representation of color #F85305: hue angle of 19.26º degrees, saturation: 0.96, 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 #F85305 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.03 |
| HSL | 19.26º | 0.96% | 0.5% | - |
| HSV(B) | 19.26º | 0.98% | 0.97% | - |
| XYZ | 41.83 | 26.15 | 2.99 | - |
| YUV | 123.44 | 61.16 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 5 | 0 | 0.67 | 0.98 | 0.03 | 19.26 | 0.96 | 0.5 |
| Hex | F8 | 53 | 5 | 0 | 43 | 62 | 3 | 13 | 60 | 32 |
| Octal | 370 | 123 | 5 | 0 | 103 | 142 | 3 | 23 | 140 | 62 |
| Binary | 11111000 | 1010011 | 101 | 0 | 1000011 | 1100010 | 11 | 10011 | 1100000 | 110010 |
Color Harmonies of #F85305
Complementary color
Monochromatic Colors of #F85305
Black with #F85305
Text Example
Text Example
White with #F85305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85305; }
p { color: rgb(248,83,5); }
H1.HeaderClassName
{
color: #F85305;
}
.AnyTagClassName
{
color: #F85305;
}
</style>
background-color css
<style>
a { background-color: #F85305; }
a { background-color: rgb(248,83,5); }
div.DivClassName
{
background-color: #F85305;
}
.BgClassName
{
background-color: #F85305;
}
</style>
border-color css
<style>
span { border-color: #F85305; }
span { border-color: rgb(248,83,5); }
td.TdClassName
{
border-color: #F85305;
}
.TagClassName
{
border-color: #F85305;
}
</style>