Html Css Color HEX #F4510E International Orange
📋 copy color: '#F4510E'red 244 ◦ green 81 ◦ blue 14
Shades of International Orange #F4510E
Tints of International Orange #F4510E
RGB
CMYK
RGB Variations
Color information
#F4510E (or 0xF4510E) is known color: International Orange. HEX triplet: F4, 51 and 0E. RGB value is (244,81,14). Sum of RGB (Red+Green+Blue) = 244+81+14=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F4510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4510E is #0BAEF1. Grayscale: #7A7A7A. Windows color (decimal): -765682 or 938484. OLE color: 938484.
HSL color Cylindrical-coordinate representation of color #F4510E: hue angle of 17.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4510E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.04 |
| HSL | 17.48º | 0.91% | 0.51% | - |
| HSV(B) | 17.48º | 0.94% | 0.96% | - |
| XYZ | 40.33 | 25.15 | 3.14 | - |
| YUV | 122.1 | 67 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 14 | 0 | 0.67 | 0.94 | 0.04 | 17.48 | 0.91 | 0.51 |
| Hex | F4 | 51 | E | 0 | 43 | 5E | 4 | 11 | 5B | 33 |
| Octal | 364 | 121 | 16 | 0 | 103 | 136 | 4 | 21 | 133 | 63 |
| Binary | 11110100 | 1010001 | 1110 | 0 | 1000011 | 1011110 | 100 | 10001 | 1011011 | 110011 |
Color Harmonies of #F4510E
Complementary color
Monochromatic Colors of #F4510E
Black with #F4510E
Text Example
Text Example
White with #F4510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4510E; }
p { color: rgb(244,81,14); }
H1.HeaderClassName
{
color: #F4510E;
}
.AnyTagClassName
{
color: #F4510E;
}
</style>
background-color css
<style>
a { background-color: #F4510E; }
a { background-color: rgb(244,81,14); }
div.DivClassName
{
background-color: #F4510E;
}
.BgClassName
{
background-color: #F4510E;
}
</style>
border-color css
<style>
span { border-color: #F4510E; }
span { border-color: rgb(244,81,14); }
td.TdClassName
{
border-color: #F4510E;
}
.TagClassName
{
border-color: #F4510E;
}
</style>