Shades of International Orange #F75000
Tints of International Orange #F75000
RGB
CMYK
RGB Variations
Color information
#F75000 (or 0xF75000) is known color: International Orange. HEX triplet: F7, 50 and 00. RGB value is (247,80,0). Sum of RGB (Red+Green+Blue) = 247+80+0=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F75000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75000 is #08AFFF. Grayscale: #797979. Windows color (decimal): -569344 or 20727. OLE color: 20727.
HSL color Cylindrical-coordinate representation of color #F75000: hue angle of 19.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F75000 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.03 |
| HSL | 19.43º | 1% | 0.48% | - |
| HSV(B) | 19.43º | 1% | 0.97% | - |
| XYZ | 41.23 | 25.51 | 2.75 | - |
| YUV | 120.81 | 59.83 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 0 | 0 | 0.68 | 1 | 0.03 | 19.43 | 1 | 0.48 |
| Hex | F7 | 50 | 0 | 0 | 44 | 64 | 3 | 13 | 64 | 30 |
| Octal | 367 | 120 | 0 | 0 | 104 | 144 | 3 | 23 | 144 | 60 |
| Binary | 11110111 | 1010000 | 0 | 0 | 1000100 | 1100100 | 11 | 10011 | 1100100 | 110000 |
Color Harmonies of #F75000
Complementary color
Monochromatic Colors of #F75000
Black with #F75000
Text Example
Text Example
White with #F75000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75000; }
p { color: rgb(247,80,0); }
H1.HeaderClassName
{
color: #F75000;
}
.AnyTagClassName
{
color: #F75000;
}
</style>
background-color css
<style>
a { background-color: #F75000; }
a { background-color: rgb(247,80,0); }
div.DivClassName
{
background-color: #F75000;
}
.BgClassName
{
background-color: #F75000;
}
</style>
border-color css
<style>
span { border-color: #F75000; }
span { border-color: rgb(247,80,0); }
td.TdClassName
{
border-color: #F75000;
}
.TagClassName
{
border-color: #F75000;
}
</style>