Html Css Color HEX #FF5014 International Orange
📋 copy color: '#FF5014'red 255 ◦ green 80 ◦ blue 20
Shades of International Orange #FF5014
Tints of International Orange #FF5014
RGB
CMYK
RGB Variations
Color information
#FF5014 (or 0xFF5014) is known color: International Orange. HEX triplet: FF, 50 and 14. RGB value is (255,80,20). Sum of RGB (Red+Green+Blue) = 255+80+20=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5014 is #00AFEB. Grayscale: #7D7D7D. Windows color (decimal): -45036 or 1331455. OLE color: 1331455.
HSL color Cylindrical-coordinate representation of color #FF5014: hue angle of 15.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF5014 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 20 | - |
| CMYK | 0 | 0.69 | 0.92 | 0 |
| HSL | 15.32º | 1% | 0.54% | - |
| HSV(B) | 15.32º | 0.92% | 1% | - |
| XYZ | 44.23 | 27.05 | 3.55 | - |
| YUV | 125.49 | 68.48 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 20 | 0 | 0.69 | 0.92 | 0 | 15.32 | 1 | 0.54 |
| Hex | FF | 50 | 14 | 0 | 45 | 5C | 0 | F | 64 | 36 |
| Octal | 377 | 120 | 24 | 0 | 105 | 134 | 0 | 17 | 144 | 66 |
| Binary | 11111111 | 1010000 | 10100 | 0 | 1000101 | 1011100 | 0 | 1111 | 1100100 | 110110 |
Color Harmonies of #FF5014
Complementary color
Monochromatic Colors of #FF5014
Black with #FF5014
Text Example
Text Example
White with #FF5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5014; }
p { color: rgb(255,80,20); }
H1.HeaderClassName
{
color: #FF5014;
}
.AnyTagClassName
{
color: #FF5014;
}
</style>
background-color css
<style>
a { background-color: #FF5014; }
a { background-color: rgb(255,80,20); }
div.DivClassName
{
background-color: #FF5014;
}
.BgClassName
{
background-color: #FF5014;
}
</style>
border-color css
<style>
span { border-color: #FF5014; }
span { border-color: rgb(255,80,20); }
td.TdClassName
{
border-color: #FF5014;
}
.TagClassName
{
border-color: #FF5014;
}
</style>