Html Css Color HEX #F4511C International Orange
📋 copy color: '#F4511C'red 244 ◦ green 81 ◦ blue 28
Shades of International Orange #F4511C
Tints of International Orange #F4511C
RGB
CMYK
RGB Variations
Color information
#F4511C (or 0xF4511C) is known color: International Orange. HEX triplet: F4, 51 and 1C. RGB value is (244,81,28). Sum of RGB (Red+Green+Blue) = 244+81+28=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F4511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4511C is #0BAEE3. Grayscale: #7C7C7C. Windows color (decimal): -765668 or 1855988. OLE color: 1855988.
HSL color Cylindrical-coordinate representation of color #F4511C: hue angle of 14.72º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4511C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 28 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.04 |
| HSL | 14.72º | 0.91% | 0.53% | - |
| HSV(B) | 14.72º | 0.89% | 0.96% | - |
| XYZ | 40.46 | 25.2 | 3.83 | - |
| YUV | 123.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 28 | 0 | 0.67 | 0.89 | 0.04 | 14.72 | 0.91 | 0.53 |
| Hex | F4 | 51 | 1C | 0 | 43 | 59 | 4 | F | 5B | 35 |
| Octal | 364 | 121 | 34 | 0 | 103 | 131 | 4 | 17 | 133 | 65 |
| Binary | 11110100 | 1010001 | 11100 | 0 | 1000011 | 1011001 | 100 | 1111 | 1011011 | 110101 |
Color Harmonies of #F4511C
Complementary color
Monochromatic Colors of #F4511C
Black with #F4511C
Text Example
Text Example
White with #F4511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4511C; }
p { color: rgb(244,81,28); }
H1.HeaderClassName
{
color: #F4511C;
}
.AnyTagClassName
{
color: #F4511C;
}
</style>
background-color css
<style>
a { background-color: #F4511C; }
a { background-color: rgb(244,81,28); }
div.DivClassName
{
background-color: #F4511C;
}
.BgClassName
{
background-color: #F4511C;
}
</style>
border-color css
<style>
span { border-color: #F4511C; }
span { border-color: rgb(244,81,28); }
td.TdClassName
{
border-color: #F4511C;
}
.TagClassName
{
border-color: #F4511C;
}
</style>