Html Css Color HEX #FF511B International Orange
📋 copy color: '#FF511B'red 255 ◦ green 81 ◦ blue 27
Shades of International Orange #FF511B
Tints of International Orange #FF511B
RGB
CMYK
RGB Variations
Color information
#FF511B (or 0xFF511B) is known color: International Orange. HEX triplet: FF, 51 and 1B. RGB value is (255,81,27). Sum of RGB (Red+Green+Blue) = 255+81+27=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF511B is #00AEE4. Grayscale: #7F7F7F. Windows color (decimal): -44773 or 1790463. OLE color: 1790463.
HSL color Cylindrical-coordinate representation of color #FF511B: hue angle of 14.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF511B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 27 | - |
| CMYK | 0 | 0.68 | 0.89 | 0 |
| HSL | 14.21º | 1% | 0.55% | - |
| HSV(B) | 14.21º | 0.89% | 1% | - |
| XYZ | 44.38 | 27.22 | 3.95 | - |
| YUV | 126.87 | 71.65 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 27 | 0 | 0.68 | 0.89 | 0 | 14.21 | 1 | 0.55 |
| Hex | FF | 51 | 1B | 0 | 44 | 59 | 0 | E | 64 | 37 |
| Octal | 377 | 121 | 33 | 0 | 104 | 131 | 0 | 16 | 144 | 67 |
| Binary | 11111111 | 1010001 | 11011 | 0 | 1000100 | 1011001 | 0 | 1110 | 1100100 | 110111 |
Color Harmonies of #FF511B
Complementary color
Monochromatic Colors of #FF511B
Black with #FF511B
Text Example
Text Example
White with #FF511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF511B; }
p { color: rgb(255,81,27); }
H1.HeaderClassName
{
color: #FF511B;
}
.AnyTagClassName
{
color: #FF511B;
}
</style>
background-color css
<style>
a { background-color: #FF511B; }
a { background-color: rgb(255,81,27); }
div.DivClassName
{
background-color: #FF511B;
}
.BgClassName
{
background-color: #FF511B;
}
</style>
border-color css
<style>
span { border-color: #FF511B; }
span { border-color: rgb(255,81,27); }
td.TdClassName
{
border-color: #FF511B;
}
.TagClassName
{
border-color: #FF511B;
}
</style>