Html Css Color HEX #FF5313 International Orange
📋 copy color: '#FF5313'red 255 ◦ green 83 ◦ blue 19
Shades of International Orange #FF5313
Tints of International Orange #FF5313
RGB
CMYK
RGB Variations
Color information
#FF5313 (or 0xFF5313) is known color: International Orange. HEX triplet: FF, 53 and 13. RGB value is (255,83,19). Sum of RGB (Red+Green+Blue) = 255+83+19=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5313 is #00ACEC. Grayscale: #7F7F7F. Windows color (decimal): -44269 or 1266687. OLE color: 1266687.
HSL color Cylindrical-coordinate representation of color #FF5313: hue angle of 16.27º 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 #FF5313 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 19 | - |
| CMYK | 0 | 0.67 | 0.93 | 0 |
| HSL | 16.27º | 1% | 0.54% | - |
| HSV(B) | 16.27º | 0.93% | 1% | - |
| XYZ | 44.45 | 27.49 | 3.58 | - |
| YUV | 127.13 | 66.98 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 19 | 0 | 0.67 | 0.93 | 0 | 16.27 | 1 | 0.54 |
| Hex | FF | 53 | 13 | 0 | 43 | 5D | 0 | 10 | 64 | 36 |
| Octal | 377 | 123 | 23 | 0 | 103 | 135 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010011 | 10011 | 0 | 1000011 | 1011101 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5313
Complementary color
Monochromatic Colors of #FF5313
Black with #FF5313
Text Example
Text Example
White with #FF5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5313; }
p { color: rgb(255,83,19); }
H1.HeaderClassName
{
color: #FF5313;
}
.AnyTagClassName
{
color: #FF5313;
}
</style>
background-color css
<style>
a { background-color: #FF5313; }
a { background-color: rgb(255,83,19); }
div.DivClassName
{
background-color: #FF5313;
}
.BgClassName
{
background-color: #FF5313;
}
</style>
border-color css
<style>
span { border-color: #FF5313; }
span { border-color: rgb(255,83,19); }
td.TdClassName
{
border-color: #FF5313;
}
.TagClassName
{
border-color: #FF5313;
}
</style>