Html Css Color HEX #F7521A International Orange
📋 copy color: '#F7521A'red 247 ◦ green 82 ◦ blue 26
Shades of International Orange #F7521A
Tints of International Orange #F7521A
RGB
CMYK
RGB Variations
Color information
#F7521A (or 0xF7521A) is known color: International Orange. HEX triplet: F7, 52 and 1A. RGB value is (247,82,26). Sum of RGB (Red+Green+Blue) = 247+82+26=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F7521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7521A is #08ADE5. Grayscale: #7D7D7D. Windows color (decimal): -568806 or 1725175. OLE color: 1725175.
HSL color Cylindrical-coordinate representation of color #F7521A: hue angle of 15.2º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7521A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.03 |
| HSL | 15.2º | 0.93% | 0.54% | - |
| HSV(B) | 15.2º | 0.89% | 0.97% | - |
| XYZ | 41.56 | 25.88 | 3.78 | - |
| YUV | 124.95 | 72.16 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 26 | 0 | 0.67 | 0.89 | 0.03 | 15.2 | 0.93 | 0.54 |
| Hex | F7 | 52 | 1A | 0 | 43 | 59 | 3 | F | 5D | 36 |
| Octal | 367 | 122 | 32 | 0 | 103 | 131 | 3 | 17 | 135 | 66 |
| Binary | 11110111 | 1010010 | 11010 | 0 | 1000011 | 1011001 | 11 | 1111 | 1011101 | 110110 |
Color Harmonies of #F7521A
Complementary color
Monochromatic Colors of #F7521A
Black with #F7521A
Text Example
Text Example
White with #F7521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7521A; }
p { color: rgb(247,82,26); }
H1.HeaderClassName
{
color: #F7521A;
}
.AnyTagClassName
{
color: #F7521A;
}
</style>
background-color css
<style>
a { background-color: #F7521A; }
a { background-color: rgb(247,82,26); }
div.DivClassName
{
background-color: #F7521A;
}
.BgClassName
{
background-color: #F7521A;
}
</style>
border-color css
<style>
span { border-color: #F7521A; }
span { border-color: rgb(247,82,26); }
td.TdClassName
{
border-color: #F7521A;
}
.TagClassName
{
border-color: #F7521A;
}
</style>