Html Css Color HEX #F7520A International Orange
📋 copy color: '#F7520A'red 247 ◦ green 82 ◦ blue 10
Shades of International Orange #F7520A
Tints of International Orange #F7520A
RGB
CMYK
RGB Variations
Color information
#F7520A (or 0xF7520A) is known color: International Orange. HEX triplet: F7, 52 and 0A. RGB value is (247,82,10). Sum of RGB (Red+Green+Blue) = 247+82+10=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7520A is #08ADF5. Grayscale: #7B7B7B. Windows color (decimal): -568822 or 676599. OLE color: 676599.
HSL color Cylindrical-coordinate representation of color #F7520A: hue angle of 18.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7520A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.03 |
| HSL | 18.23º | 0.94% | 0.5% | - |
| HSV(B) | 18.23º | 0.96% | 0.97% | - |
| XYZ | 41.43 | 25.83 | 3.09 | - |
| YUV | 123.13 | 64.16 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 10 | 0 | 0.67 | 0.96 | 0.03 | 18.23 | 0.94 | 0.5 |
| Hex | F7 | 52 | A | 0 | 43 | 60 | 3 | 12 | 5E | 32 |
| Octal | 367 | 122 | 12 | 0 | 103 | 140 | 3 | 22 | 136 | 62 |
| Binary | 11110111 | 1010010 | 1010 | 0 | 1000011 | 1100000 | 11 | 10010 | 1011110 | 110010 |
Color Harmonies of #F7520A
Complementary color
Monochromatic Colors of #F7520A
Black with #F7520A
Text Example
Text Example
White with #F7520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7520A; }
p { color: rgb(247,82,10); }
H1.HeaderClassName
{
color: #F7520A;
}
.AnyTagClassName
{
color: #F7520A;
}
</style>
background-color css
<style>
a { background-color: #F7520A; }
a { background-color: rgb(247,82,10); }
div.DivClassName
{
background-color: #F7520A;
}
.BgClassName
{
background-color: #F7520A;
}
</style>
border-color css
<style>
span { border-color: #F7520A; }
span { border-color: rgb(247,82,10); }
td.TdClassName
{
border-color: #F7520A;
}
.TagClassName
{
border-color: #F7520A;
}
</style>