Html Css Color HEX #F7510C International Orange
📋 copy color: '#F7510C'red 247 ◦ green 81 ◦ blue 12
Shades of International Orange #F7510C
Tints of International Orange #F7510C
RGB
CMYK
RGB Variations
Color information
#F7510C (or 0xF7510C) is known color: International Orange. HEX triplet: F7, 51 and 0C. RGB value is (247,81,12). Sum of RGB (Red+Green+Blue) = 247+81+12=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7510C is #08AEF3. Grayscale: #7B7B7B. Windows color (decimal): -569076 or 807415. OLE color: 807415.
HSL color Cylindrical-coordinate representation of color #F7510C: hue angle of 17.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7510C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.03 |
| HSL | 17.62º | 0.94% | 0.51% | - |
| HSV(B) | 17.62º | 0.95% | 0.97% | - |
| XYZ | 41.37 | 25.69 | 3.13 | - |
| YUV | 122.77 | 65.5 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 12 | 0 | 0.67 | 0.95 | 0.03 | 17.62 | 0.94 | 0.51 |
| Hex | F7 | 51 | C | 0 | 43 | 5F | 3 | 12 | 5E | 33 |
| Octal | 367 | 121 | 14 | 0 | 103 | 137 | 3 | 22 | 136 | 63 |
| Binary | 11110111 | 1010001 | 1100 | 0 | 1000011 | 1011111 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F7510C
Complementary color
Monochromatic Colors of #F7510C
Black with #F7510C
Text Example
Text Example
White with #F7510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7510C; }
p { color: rgb(247,81,12); }
H1.HeaderClassName
{
color: #F7510C;
}
.AnyTagClassName
{
color: #F7510C;
}
</style>
background-color css
<style>
a { background-color: #F7510C; }
a { background-color: rgb(247,81,12); }
div.DivClassName
{
background-color: #F7510C;
}
.BgClassName
{
background-color: #F7510C;
}
</style>
border-color css
<style>
span { border-color: #F7510C; }
span { border-color: rgb(247,81,12); }
td.TdClassName
{
border-color: #F7510C;
}
.TagClassName
{
border-color: #F7510C;
}
</style>