Html Css Color HEX #FF5413 International Orange
📋 copy color: '#FF5413'red 255 ◦ green 84 ◦ blue 19
Shades of International Orange #FF5413
Tints of International Orange #FF5413
RGB
CMYK
RGB Variations
Color information
#FF5413 (or 0xFF5413) is known color: International Orange. HEX triplet: FF, 54 and 13. RGB value is (255,84,19). Sum of RGB (Red+Green+Blue) = 255+84+19=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5413 is #00ABEC. Grayscale: #808080. Windows color (decimal): -44013 or 1266943. OLE color: 1266943.
HSL color Cylindrical-coordinate representation of color #FF5413: hue angle of 16.53º 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 #FF5413 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 19 | - |
| CMYK | 0 | 0.67 | 0.93 | 0 |
| HSL | 16.53º | 1% | 0.54% | - |
| HSV(B) | 16.53º | 0.93% | 1% | - |
| XYZ | 44.53 | 27.65 | 3.61 | - |
| YUV | 127.72 | 66.65 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 19 | 0 | 0.67 | 0.93 | 0 | 16.53 | 1 | 0.54 |
| Hex | FF | 54 | 13 | 0 | 43 | 5D | 0 | 11 | 64 | 36 |
| Octal | 377 | 124 | 23 | 0 | 103 | 135 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1010100 | 10011 | 0 | 1000011 | 1011101 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5413
Complementary color
Monochromatic Colors of #FF5413
Black with #FF5413
Text Example
Text Example
White with #FF5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5413; }
p { color: rgb(255,84,19); }
H1.HeaderClassName
{
color: #FF5413;
}
.AnyTagClassName
{
color: #FF5413;
}
</style>
background-color css
<style>
a { background-color: #FF5413; }
a { background-color: rgb(255,84,19); }
div.DivClassName
{
background-color: #FF5413;
}
.BgClassName
{
background-color: #FF5413;
}
</style>
border-color css
<style>
span { border-color: #FF5413; }
span { border-color: rgb(255,84,19); }
td.TdClassName
{
border-color: #FF5413;
}
.TagClassName
{
border-color: #FF5413;
}
</style>