Shades of International Orange #F75301
Tints of International Orange #F75301
RGB
CMYK
RGB Variations
Color information
#F75301 (or 0xF75301) is known color: International Orange. HEX triplet: F7, 53 and 01. RGB value is (247,83,1). Sum of RGB (Red+Green+Blue) = 247+83+1=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F75301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75301 is #08ACFE. Grayscale: #7B7B7B. Windows color (decimal): -568575 or 87031. OLE color: 87031.
HSL color Cylindrical-coordinate representation of color #F75301: hue angle of 20º 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 #F75301 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.03 |
| HSL | 20º | 0.99% | 0.49% | - |
| HSV(B) | 20º | 1% | 0.97% | - |
| XYZ | 41.46 | 25.96 | 2.86 | - |
| YUV | 122.69 | 59.33 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 1 | 0 | 0.66 | 1.00 | 0.03 | 20 | 0.99 | 0.49 |
| Hex | F7 | 53 | 1 | 0 | 42 | 64 | 3 | 14 | 63 | 31 |
| Octal | 367 | 123 | 1 | 0 | 102 | 144 | 3 | 24 | 143 | 61 |
| Binary | 11110111 | 1010011 | 1 | 0 | 1000010 | 1100100 | 11 | 10100 | 1100011 | 110001 |
Color Harmonies of #F75301
Complementary color
Monochromatic Colors of #F75301
Black with #F75301
Text Example
Text Example
White with #F75301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75301; }
p { color: rgb(247,83,1); }
H1.HeaderClassName
{
color: #F75301;
}
.AnyTagClassName
{
color: #F75301;
}
</style>
background-color css
<style>
a { background-color: #F75301; }
a { background-color: rgb(247,83,1); }
div.DivClassName
{
background-color: #F75301;
}
.BgClassName
{
background-color: #F75301;
}
</style>
border-color css
<style>
span { border-color: #F75301; }
span { border-color: rgb(247,83,1); }
td.TdClassName
{
border-color: #F75301;
}
.TagClassName
{
border-color: #F75301;
}
</style>