Html Css Color HEX #FF511D International Orange
📋 copy color: '#FF511D'red 255 ◦ green 81 ◦ blue 29
Shades of International Orange #FF511D
Tints of International Orange #FF511D
RGB
CMYK
RGB Variations
Color information
#FF511D (or 0xFF511D) is known color: International Orange. HEX triplet: FF, 51 and 1D. RGB value is (255,81,29). Sum of RGB (Red+Green+Blue) = 255+81+29=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF511D is #00AEE2. Grayscale: #7F7F7F. Windows color (decimal): -44771 or 1921535. OLE color: 1921535.
HSL color Cylindrical-coordinate representation of color #FF511D: hue angle of 13.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF511D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 29 | - |
| CMYK | 0 | 0.68 | 0.89 | 0 |
| HSL | 13.81º | 1% | 0.56% | - |
| HSV(B) | 13.81º | 0.89% | 1% | - |
| XYZ | 44.4 | 27.23 | 4.08 | - |
| YUV | 127.1 | 72.65 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 29 | 0 | 0.68 | 0.89 | 0 | 13.81 | 1 | 0.56 |
| Hex | FF | 51 | 1D | 0 | 44 | 59 | 0 | E | 64 | 38 |
| Octal | 377 | 121 | 35 | 0 | 104 | 131 | 0 | 16 | 144 | 70 |
| Binary | 11111111 | 1010001 | 11101 | 0 | 1000100 | 1011001 | 0 | 1110 | 1100100 | 111000 |
Color Harmonies of #FF511D
Complementary color
Monochromatic Colors of #FF511D
Black with #FF511D
Text Example
Text Example
White with #FF511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF511D; }
p { color: rgb(255,81,29); }
H1.HeaderClassName
{
color: #FF511D;
}
.AnyTagClassName
{
color: #FF511D;
}
</style>
background-color css
<style>
a { background-color: #FF511D; }
a { background-color: rgb(255,81,29); }
div.DivClassName
{
background-color: #FF511D;
}
.BgClassName
{
background-color: #FF511D;
}
</style>
border-color css
<style>
span { border-color: #FF511D; }
span { border-color: rgb(255,81,29); }
td.TdClassName
{
border-color: #FF511D;
}
.TagClassName
{
border-color: #FF511D;
}
</style>