Html Css Color HEX #FF511C International Orange
📋 copy color: '#FF511C'red 255 ◦ green 81 ◦ blue 28
Shades of International Orange #FF511C
Tints of International Orange #FF511C
RGB
CMYK
RGB Variations
Color information
#FF511C (or 0xFF511C) is known color: International Orange. HEX triplet: FF, 51 and 1C. RGB value is (255,81,28). Sum of RGB (Red+Green+Blue) = 255+81+28=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF511C is #00AEE3. Grayscale: #7F7F7F. Windows color (decimal): -44772 or 1855999. OLE color: 1855999.
HSL color Cylindrical-coordinate representation of color #FF511C: hue angle of 14.01º 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 #FF511C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0 |
| HSL | 14.01º | 1% | 0.55% | - |
| HSV(B) | 14.01º | 0.89% | 1% | - |
| XYZ | 44.39 | 27.23 | 4.01 | - |
| YUV | 126.98 | 72.15 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 28 | 0 | 0.68 | 0.89 | 0 | 14.01 | 1 | 0.55 |
| Hex | FF | 51 | 1C | 0 | 44 | 59 | 0 | E | 64 | 37 |
| Octal | 377 | 121 | 34 | 0 | 104 | 131 | 0 | 16 | 144 | 67 |
| Binary | 11111111 | 1010001 | 11100 | 0 | 1000100 | 1011001 | 0 | 1110 | 1100100 | 110111 |
Color Harmonies of #FF511C
Complementary color
Monochromatic Colors of #FF511C
Black with #FF511C
Text Example
Text Example
White with #FF511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF511C; }
p { color: rgb(255,81,28); }
H1.HeaderClassName
{
color: #FF511C;
}
.AnyTagClassName
{
color: #FF511C;
}
</style>
background-color css
<style>
a { background-color: #FF511C; }
a { background-color: rgb(255,81,28); }
div.DivClassName
{
background-color: #FF511C;
}
.BgClassName
{
background-color: #FF511C;
}
</style>
border-color css
<style>
span { border-color: #FF511C; }
span { border-color: rgb(255,81,28); }
td.TdClassName
{
border-color: #FF511C;
}
.TagClassName
{
border-color: #FF511C;
}
</style>