Html Css Color HEX #F7530D International Orange
📋 copy color: '#F7530D'red 247 ◦ green 83 ◦ blue 13
Shades of International Orange #F7530D
Tints of International Orange #F7530D
RGB
CMYK
RGB Variations
Color information
#F7530D (or 0xF7530D) is known color: International Orange. HEX triplet: F7, 53 and 0D. RGB value is (247,83,13). Sum of RGB (Red+Green+Blue) = 247+83+13=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F7530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7530D is #08ACF2. Grayscale: #7C7C7C. Windows color (decimal): -568563 or 873463. OLE color: 873463.
HSL color Cylindrical-coordinate representation of color #F7530D: hue angle of 17.95º 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 #F7530D is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 13 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.03 |
| HSL | 17.95º | 0.94% | 0.51% | - |
| HSV(B) | 17.95º | 0.95% | 0.97% | - |
| XYZ | 41.52 | 25.99 | 3.21 | - |
| YUV | 124.06 | 65.33 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 13 | 0 | 0.66 | 0.95 | 0.03 | 17.95 | 0.94 | 0.51 |
| Hex | F7 | 53 | D | 0 | 42 | 5F | 3 | 12 | 5E | 33 |
| Octal | 367 | 123 | 15 | 0 | 102 | 137 | 3 | 22 | 136 | 63 |
| Binary | 11110111 | 1010011 | 1101 | 0 | 1000010 | 1011111 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F7530D
Complementary color
Monochromatic Colors of #F7530D
Black with #F7530D
Text Example
Text Example
White with #F7530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7530D; }
p { color: rgb(247,83,13); }
H1.HeaderClassName
{
color: #F7530D;
}
.AnyTagClassName
{
color: #F7530D;
}
</style>
background-color css
<style>
a { background-color: #F7530D; }
a { background-color: rgb(247,83,13); }
div.DivClassName
{
background-color: #F7530D;
}
.BgClassName
{
background-color: #F7530D;
}
</style>
border-color css
<style>
span { border-color: #F7530D; }
span { border-color: rgb(247,83,13); }
td.TdClassName
{
border-color: #F7530D;
}
.TagClassName
{
border-color: #F7530D;
}
</style>