Html Css Color HEX #FF5013 International Orange
📋 copy color: '#FF5013'red 255 ◦ green 80 ◦ blue 19
Shades of International Orange #FF5013
Tints of International Orange #FF5013
RGB
CMYK
RGB Variations
Color information
#FF5013 (or 0xFF5013) is known color: International Orange. HEX triplet: FF, 50 and 13. RGB value is (255,80,19). Sum of RGB (Red+Green+Blue) = 255+80+19=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5013 is #00AFEC. Grayscale: #7D7D7D. Windows color (decimal): -45037 or 1265919. OLE color: 1265919.
HSL color Cylindrical-coordinate representation of color #FF5013: hue angle of 15.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5013 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 19 | - |
| CMYK | 0 | 0.69 | 0.93 | 0 |
| HSL | 15.51º | 1% | 0.54% | - |
| HSV(B) | 15.51º | 0.93% | 1% | - |
| XYZ | 44.23 | 27.04 | 3.51 | - |
| YUV | 125.37 | 67.98 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 19 | 0 | 0.69 | 0.93 | 0 | 15.51 | 1 | 0.54 |
| Hex | FF | 50 | 13 | 0 | 45 | 5D | 0 | 10 | 64 | 36 |
| Octal | 377 | 120 | 23 | 0 | 105 | 135 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010000 | 10011 | 0 | 1000101 | 1011101 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5013
Complementary color
Monochromatic Colors of #FF5013
Black with #FF5013
Text Example
Text Example
White with #FF5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5013; }
p { color: rgb(255,80,19); }
H1.HeaderClassName
{
color: #FF5013;
}
.AnyTagClassName
{
color: #FF5013;
}
</style>
background-color css
<style>
a { background-color: #FF5013; }
a { background-color: rgb(255,80,19); }
div.DivClassName
{
background-color: #FF5013;
}
.BgClassName
{
background-color: #FF5013;
}
</style>
border-color css
<style>
span { border-color: #FF5013; }
span { border-color: rgb(255,80,19); }
td.TdClassName
{
border-color: #FF5013;
}
.TagClassName
{
border-color: #FF5013;
}
</style>