Html Css Color HEX #FF500F International Orange
📋 copy color: '#FF500F'red 255 ◦ green 80 ◦ blue 15
Shades of International Orange #FF500F
Tints of International Orange #FF500F
RGB
CMYK
RGB Variations
Color information
#FF500F (or 0xFF500F) is known color: International Orange. HEX triplet: FF, 50 and 0F. RGB value is (255,80,15). Sum of RGB (Red+Green+Blue) = 255+80+15=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF500F is #00AFF0. Grayscale: #7D7D7D. Windows color (decimal): -45041 or 1003775. OLE color: 1003775.
HSL color Cylindrical-coordinate representation of color #FF500F: hue angle of 16.25º 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 #FF500F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0 |
| HSL | 16.25º | 1% | 0.53% | - |
| HSV(B) | 16.25º | 0.94% | 1% | - |
| XYZ | 44.19 | 27.03 | 3.34 | - |
| YUV | 124.92 | 65.98 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 15 | 0 | 0.69 | 0.94 | 0 | 16.25 | 1 | 0.53 |
| Hex | FF | 50 | F | 0 | 45 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 120 | 17 | 0 | 105 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1010000 | 1111 | 0 | 1000101 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF500F
Complementary color
Monochromatic Colors of #FF500F
Black with #FF500F
Text Example
Text Example
White with #FF500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF500F; }
p { color: rgb(255,80,15); }
H1.HeaderClassName
{
color: #FF500F;
}
.AnyTagClassName
{
color: #FF500F;
}
</style>
background-color css
<style>
a { background-color: #FF500F; }
a { background-color: rgb(255,80,15); }
div.DivClassName
{
background-color: #FF500F;
}
.BgClassName
{
background-color: #FF500F;
}
</style>
border-color css
<style>
span { border-color: #FF500F; }
span { border-color: rgb(255,80,15); }
td.TdClassName
{
border-color: #FF500F;
}
.TagClassName
{
border-color: #FF500F;
}
</style>