Html Css Color HEX #F3511D International Orange
📋 copy color: '#F3511D'red 243 ◦ green 81 ◦ blue 29
Shades of International Orange #F3511D
Tints of International Orange #F3511D
RGB
CMYK
RGB Variations
Color information
#F3511D (or 0xF3511D) is known color: International Orange. HEX triplet: F3, 51 and 1D. RGB value is (243,81,29). Sum of RGB (Red+Green+Blue) = 243+81+29=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3511D is #0CAEE2. Grayscale: #7B7B7B. Windows color (decimal): -831203 or 1921523. OLE color: 1921523.
HSL color Cylindrical-coordinate representation of color #F3511D: hue angle of 14.58º degrees, saturation: 0.9, 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 #F3511D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.05 |
| HSL | 14.58º | 0.9% | 0.53% | - |
| HSV(B) | 14.58º | 0.88% | 0.95% | - |
| XYZ | 40.13 | 25.03 | 3.88 | - |
| YUV | 123.51 | 74.67 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 29 | 0 | 0.67 | 0.88 | 0.05 | 14.58 | 0.9 | 0.53 |
| Hex | F3 | 51 | 1D | 0 | 43 | 58 | 5 | F | 5A | 35 |
| Octal | 363 | 121 | 35 | 0 | 103 | 130 | 5 | 17 | 132 | 65 |
| Binary | 11110011 | 1010001 | 11101 | 0 | 1000011 | 1011000 | 101 | 1111 | 1011010 | 110101 |
Color Harmonies of #F3511D
Complementary color
Monochromatic Colors of #F3511D
Black with #F3511D
Text Example
Text Example
White with #F3511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3511D; }
p { color: rgb(243,81,29); }
H1.HeaderClassName
{
color: #F3511D;
}
.AnyTagClassName
{
color: #F3511D;
}
</style>
background-color css
<style>
a { background-color: #F3511D; }
a { background-color: rgb(243,81,29); }
div.DivClassName
{
background-color: #F3511D;
}
.BgClassName
{
background-color: #F3511D;
}
</style>
border-color css
<style>
span { border-color: #F3511D; }
span { border-color: rgb(243,81,29); }
td.TdClassName
{
border-color: #F3511D;
}
.TagClassName
{
border-color: #F3511D;
}
</style>