Html Css Color HEX #F2511D International Orange
📋 copy color: '#F2511D'red 242 ◦ green 81 ◦ blue 29
Shades of International Orange #F2511D
Tints of International Orange #F2511D
RGB
CMYK
RGB Variations
Color information
#F2511D (or 0xF2511D) is known color: International Orange. HEX triplet: F2, 51 and 1D. RGB value is (242,81,29). Sum of RGB (Red+Green+Blue) = 242+81+29=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2511D is #0DAEE2. Grayscale: #7B7B7B. Windows color (decimal): -896739 or 1921522. OLE color: 1921522.
HSL color Cylindrical-coordinate representation of color #F2511D: hue angle of 14.65º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2511D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.05 |
| HSL | 14.65º | 0.89% | 0.53% | - |
| HSV(B) | 14.65º | 0.88% | 0.95% | - |
| XYZ | 39.78 | 24.85 | 3.86 | - |
| YUV | 123.21 | 74.84 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 29 | 0 | 0.67 | 0.88 | 0.05 | 14.65 | 0.89 | 0.53 |
| Hex | F2 | 51 | 1D | 0 | 43 | 58 | 5 | F | 59 | 35 |
| Octal | 362 | 121 | 35 | 0 | 103 | 130 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010001 | 11101 | 0 | 1000011 | 1011000 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2511D
Complementary color
Monochromatic Colors of #F2511D
Black with #F2511D
Text Example
Text Example
White with #F2511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2511D; }
p { color: rgb(242,81,29); }
H1.HeaderClassName
{
color: #F2511D;
}
.AnyTagClassName
{
color: #F2511D;
}
</style>
background-color css
<style>
a { background-color: #F2511D; }
a { background-color: rgb(242,81,29); }
div.DivClassName
{
background-color: #F2511D;
}
.BgClassName
{
background-color: #F2511D;
}
</style>
border-color css
<style>
span { border-color: #F2511D; }
span { border-color: rgb(242,81,29); }
td.TdClassName
{
border-color: #F2511D;
}
.TagClassName
{
border-color: #F2511D;
}
</style>