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