Html Css Color HEX #F7531A International Orange
📋 copy color: '#F7531A'red 247 ◦ green 83 ◦ blue 26
Shades of International Orange #F7531A
Tints of International Orange #F7531A
RGB
CMYK
RGB Variations
Color information
#F7531A (or 0xF7531A) is known color: International Orange. HEX triplet: F7, 53 and 1A. RGB value is (247,83,26). Sum of RGB (Red+Green+Blue) = 247+83+26=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7531A is #08ACE5. Grayscale: #7D7D7D. Windows color (decimal): -568550 or 1725431. OLE color: 1725431.
HSL color Cylindrical-coordinate representation of color #F7531A: hue angle of 15.48º 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 #F7531A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 26 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.03 |
| HSL | 15.48º | 0.93% | 0.54% | - |
| HSV(B) | 15.48º | 0.89% | 0.97% | - |
| XYZ | 41.64 | 26.04 | 3.81 | - |
| YUV | 125.54 | 71.83 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 26 | 0 | 0.66 | 0.89 | 0.03 | 15.48 | 0.93 | 0.54 |
| Hex | F7 | 53 | 1A | 0 | 42 | 59 | 3 | F | 5D | 36 |
| Octal | 367 | 123 | 32 | 0 | 102 | 131 | 3 | 17 | 135 | 66 |
| Binary | 11110111 | 1010011 | 11010 | 0 | 1000010 | 1011001 | 11 | 1111 | 1011101 | 110110 |
Color Harmonies of #F7531A
Complementary color
Monochromatic Colors of #F7531A
Black with #F7531A
Text Example
Text Example
White with #F7531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7531A; }
p { color: rgb(247,83,26); }
H1.HeaderClassName
{
color: #F7531A;
}
.AnyTagClassName
{
color: #F7531A;
}
</style>
background-color css
<style>
a { background-color: #F7531A; }
a { background-color: rgb(247,83,26); }
div.DivClassName
{
background-color: #F7531A;
}
.BgClassName
{
background-color: #F7531A;
}
</style>
border-color css
<style>
span { border-color: #F7531A; }
span { border-color: rgb(247,83,26); }
td.TdClassName
{
border-color: #F7531A;
}
.TagClassName
{
border-color: #F7531A;
}
</style>