Html Css Color HEX #FF510A International Orange
📋 copy color: '#FF510A'red 255 ◦ green 81 ◦ blue 10
Shades of International Orange #FF510A
Tints of International Orange #FF510A
RGB
CMYK
RGB Variations
Color information
#FF510A (or 0xFF510A) is known color: International Orange. HEX triplet: FF, 51 and 0A. RGB value is (255,81,10). Sum of RGB (Red+Green+Blue) = 255+81+10=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF510A is #00AEF5. Grayscale: #7D7D7D. Windows color (decimal): -44790 or 676351. OLE color: 676351.
HSL color Cylindrical-coordinate representation of color #FF510A: hue angle of 17.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF510A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0 |
| HSL | 17.39º | 1% | 0.52% | - |
| HSV(B) | 17.39º | 0.96% | 1% | - |
| XYZ | 44.24 | 27.17 | 3.2 | - |
| YUV | 124.93 | 63.15 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 10 | 0 | 0.68 | 0.96 | 0 | 17.39 | 1 | 0.52 |
| Hex | FF | 51 | A | 0 | 44 | 60 | 0 | 11 | 64 | 34 |
| Octal | 377 | 121 | 12 | 0 | 104 | 140 | 0 | 21 | 144 | 64 |
| Binary | 11111111 | 1010001 | 1010 | 0 | 1000100 | 1100000 | 0 | 10001 | 1100100 | 110100 |
Color Harmonies of #FF510A
Complementary color
Monochromatic Colors of #FF510A
Black with #FF510A
Text Example
Text Example
White with #FF510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF510A; }
p { color: rgb(255,81,10); }
H1.HeaderClassName
{
color: #FF510A;
}
.AnyTagClassName
{
color: #FF510A;
}
</style>
background-color css
<style>
a { background-color: #FF510A; }
a { background-color: rgb(255,81,10); }
div.DivClassName
{
background-color: #FF510A;
}
.BgClassName
{
background-color: #FF510A;
}
</style>
border-color css
<style>
span { border-color: #FF510A; }
span { border-color: rgb(255,81,10); }
td.TdClassName
{
border-color: #FF510A;
}
.TagClassName
{
border-color: #FF510A;
}
</style>