Shades of International Orange #F75102
Tints of International Orange #F75102
RGB
CMYK
RGB Variations
Color information
#F75102 (or 0xF75102) is known color: International Orange. HEX triplet: F7, 51 and 02. RGB value is (247,81,2). Sum of RGB (Red+Green+Blue) = 247+81+2=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F75102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75102 is #08AEFD. Grayscale: #7A7A7A. Windows color (decimal): -569086 or 152055. OLE color: 152055.
HSL color Cylindrical-coordinate representation of color #F75102: hue angle of 19.35º 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 #F75102 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.03 |
| HSL | 19.35º | 0.98% | 0.49% | - |
| HSV(B) | 19.35º | 0.99% | 0.97% | - |
| XYZ | 41.31 | 25.66 | 2.83 | - |
| YUV | 121.63 | 60.5 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 2 | 0 | 0.67 | 0.99 | 0.03 | 19.35 | 0.98 | 0.49 |
| Hex | F7 | 51 | 2 | 0 | 43 | 63 | 3 | 13 | 62 | 31 |
| Octal | 367 | 121 | 2 | 0 | 103 | 143 | 3 | 23 | 142 | 61 |
| Binary | 11110111 | 1010001 | 10 | 0 | 1000011 | 1100011 | 11 | 10011 | 1100010 | 110001 |
Color Harmonies of #F75102
Complementary color
Monochromatic Colors of #F75102
Black with #F75102
Text Example
Text Example
White with #F75102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75102; }
p { color: rgb(247,81,2); }
H1.HeaderClassName
{
color: #F75102;
}
.AnyTagClassName
{
color: #F75102;
}
</style>
background-color css
<style>
a { background-color: #F75102; }
a { background-color: rgb(247,81,2); }
div.DivClassName
{
background-color: #F75102;
}
.BgClassName
{
background-color: #F75102;
}
</style>
border-color css
<style>
span { border-color: #F75102; }
span { border-color: rgb(247,81,2); }
td.TdClassName
{
border-color: #F75102;
}
.TagClassName
{
border-color: #F75102;
}
</style>