Html Css Color HEX #F7520F International Orange
📋 copy color: '#F7520F'red 247 ◦ green 82 ◦ blue 15
Shades of International Orange #F7520F
Tints of International Orange #F7520F
RGB
CMYK
RGB Variations
Color information
#F7520F (or 0xF7520F) is known color: International Orange. HEX triplet: F7, 52 and 0F. RGB value is (247,82,15). Sum of RGB (Red+Green+Blue) = 247+82+15=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F7520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7520F is #08ADF0. Grayscale: #7C7C7C. Windows color (decimal): -568817 or 1004279. OLE color: 1004279.
HSL color Cylindrical-coordinate representation of color #F7520F: hue angle of 17.33º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7520F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.03 |
| HSL | 17.33º | 0.94% | 0.51% | - |
| HSV(B) | 17.33º | 0.94% | 0.97% | - |
| XYZ | 41.46 | 25.84 | 3.25 | - |
| YUV | 123.7 | 66.66 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 15 | 0 | 0.67 | 0.94 | 0.03 | 17.33 | 0.94 | 0.51 |
| Hex | F7 | 52 | F | 0 | 43 | 5E | 3 | 11 | 5E | 33 |
| Octal | 367 | 122 | 17 | 0 | 103 | 136 | 3 | 21 | 136 | 63 |
| Binary | 11110111 | 1010010 | 1111 | 0 | 1000011 | 1011110 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F7520F
Complementary color
Monochromatic Colors of #F7520F
Black with #F7520F
Text Example
Text Example
White with #F7520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7520F; }
p { color: rgb(247,82,15); }
H1.HeaderClassName
{
color: #F7520F;
}
.AnyTagClassName
{
color: #F7520F;
}
</style>
background-color css
<style>
a { background-color: #F7520F; }
a { background-color: rgb(247,82,15); }
div.DivClassName
{
background-color: #F7520F;
}
.BgClassName
{
background-color: #F7520F;
}
</style>
border-color css
<style>
span { border-color: #F7520F; }
span { border-color: rgb(247,82,15); }
td.TdClassName
{
border-color: #F7520F;
}
.TagClassName
{
border-color: #F7520F;
}
</style>