Html Css Color HEX #FF5316 International Orange
📋 copy color: '#FF5316'red 255 ◦ green 83 ◦ blue 22
Shades of International Orange #FF5316
Tints of International Orange #FF5316
RGB
CMYK
RGB Variations
Color information
#FF5316 (or 0xFF5316) is known color: International Orange. HEX triplet: FF, 53 and 16. RGB value is (255,83,22). Sum of RGB (Red+Green+Blue) = 255+83+22=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5316 is #00ACE9. Grayscale: #7F7F7F. Windows color (decimal): -44266 or 1463295. OLE color: 1463295.
HSL color Cylindrical-coordinate representation of color #FF5316: hue angle of 15.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF5316 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0 |
| HSL | 15.71º | 1% | 0.54% | - |
| HSV(B) | 15.71º | 0.91% | 1% | - |
| XYZ | 44.48 | 27.5 | 3.72 | - |
| YUV | 127.47 | 68.48 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 22 | 0 | 0.67 | 0.91 | 0 | 15.71 | 1 | 0.54 |
| Hex | FF | 53 | 16 | 0 | 43 | 5B | 0 | 10 | 64 | 36 |
| Octal | 377 | 123 | 26 | 0 | 103 | 133 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010011 | 10110 | 0 | 1000011 | 1011011 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5316
Complementary color
Monochromatic Colors of #FF5316
Black with #FF5316
Text Example
Text Example
White with #FF5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5316; }
p { color: rgb(255,83,22); }
H1.HeaderClassName
{
color: #FF5316;
}
.AnyTagClassName
{
color: #FF5316;
}
</style>
background-color css
<style>
a { background-color: #FF5316; }
a { background-color: rgb(255,83,22); }
div.DivClassName
{
background-color: #FF5316;
}
.BgClassName
{
background-color: #FF5316;
}
</style>
border-color css
<style>
span { border-color: #FF5316; }
span { border-color: rgb(255,83,22); }
td.TdClassName
{
border-color: #FF5316;
}
.TagClassName
{
border-color: #FF5316;
}
</style>