Html Css Color HEX #F7530B International Orange
📋 copy color: '#F7530B'red 247 ◦ green 83 ◦ blue 11
Shades of International Orange #F7530B
Tints of International Orange #F7530B
RGB
CMYK
RGB Variations
Color information
#F7530B (or 0xF7530B) is known color: International Orange. HEX triplet: F7, 53 and 0B. RGB value is (247,83,11). Sum of RGB (Red+Green+Blue) = 247+83+11=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7530B is #08ACF4. Grayscale: #7C7C7C. Windows color (decimal): -568565 or 742391. OLE color: 742391.
HSL color Cylindrical-coordinate representation of color #F7530B: hue angle of 18.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7530B is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 11 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.03 |
| HSL | 18.31º | 0.94% | 0.51% | - |
| HSV(B) | 18.31º | 0.96% | 0.97% | - |
| XYZ | 41.51 | 25.98 | 3.14 | - |
| YUV | 123.83 | 64.33 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 11 | 0 | 0.66 | 0.96 | 0.03 | 18.31 | 0.94 | 0.51 |
| Hex | F7 | 53 | B | 0 | 42 | 60 | 3 | 12 | 5E | 33 |
| Octal | 367 | 123 | 13 | 0 | 102 | 140 | 3 | 22 | 136 | 63 |
| Binary | 11110111 | 1010011 | 1011 | 0 | 1000010 | 1100000 | 11 | 10010 | 1011110 | 110011 |
Color Harmonies of #F7530B
Complementary color
Monochromatic Colors of #F7530B
Black with #F7530B
Text Example
Text Example
White with #F7530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7530B; }
p { color: rgb(247,83,11); }
H1.HeaderClassName
{
color: #F7530B;
}
.AnyTagClassName
{
color: #F7530B;
}
</style>
background-color css
<style>
a { background-color: #F7530B; }
a { background-color: rgb(247,83,11); }
div.DivClassName
{
background-color: #F7530B;
}
.BgClassName
{
background-color: #F7530B;
}
</style>
border-color css
<style>
span { border-color: #F7530B; }
span { border-color: rgb(247,83,11); }
td.TdClassName
{
border-color: #F7530B;
}
.TagClassName
{
border-color: #F7530B;
}
</style>