Html Css Color HEX #FF5010 International Orange
📋 copy color: '#FF5010'red 255 ◦ green 80 ◦ blue 16
Shades of International Orange #FF5010
Tints of International Orange #FF5010
RGB
CMYK
RGB Variations
Color information
#FF5010 (or 0xFF5010) is known color: International Orange. HEX triplet: FF, 50 and 10. RGB value is (255,80,16). Sum of RGB (Red+Green+Blue) = 255+80+16=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5010 is #00AFEF. Grayscale: #7D7D7D. Windows color (decimal): -45040 or 1069311. OLE color: 1069311.
HSL color Cylindrical-coordinate representation of color #FF5010: hue angle of 16.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF5010 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 16 | - |
| CMYK | 0 | 0.69 | 0.94 | 0 |
| HSL | 16.07º | 1% | 0.53% | - |
| HSV(B) | 16.07º | 0.94% | 1% | - |
| XYZ | 44.2 | 27.03 | 3.38 | - |
| YUV | 125.03 | 66.48 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 16 | 0 | 0.69 | 0.94 | 0 | 16.07 | 1 | 0.53 |
| Hex | FF | 50 | 10 | 0 | 45 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 120 | 20 | 0 | 105 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1010000 | 10000 | 0 | 1000101 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF5010
Complementary color
Monochromatic Colors of #FF5010
Black with #FF5010
Text Example
Text Example
White with #FF5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5010; }
p { color: rgb(255,80,16); }
H1.HeaderClassName
{
color: #FF5010;
}
.AnyTagClassName
{
color: #FF5010;
}
</style>
background-color css
<style>
a { background-color: #FF5010; }
a { background-color: rgb(255,80,16); }
div.DivClassName
{
background-color: #FF5010;
}
.BgClassName
{
background-color: #FF5010;
}
</style>
border-color css
<style>
span { border-color: #FF5010; }
span { border-color: rgb(255,80,16); }
td.TdClassName
{
border-color: #FF5010;
}
.TagClassName
{
border-color: #FF5010;
}
</style>