Html Css Color HEX #FF5319 International Orange
📋 copy color: '#FF5319'red 255 ◦ green 83 ◦ blue 25
Shades of International Orange #FF5319
Tints of International Orange #FF5319
RGB
CMYK
RGB Variations
Color information
#FF5319 (or 0xFF5319) is known color: International Orange. HEX triplet: FF, 53 and 19. RGB value is (255,83,25). Sum of RGB (Red+Green+Blue) = 255+83+25=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5319 is #00ACE6. Grayscale: #808080. Windows color (decimal): -44263 or 1659903. OLE color: 1659903.
HSL color Cylindrical-coordinate representation of color #FF5319: hue angle of 15.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF5319 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 25 | - |
| CMYK | 0 | 0.67 | 0.90 | 0 |
| HSL | 15.13º | 1% | 0.55% | - |
| HSV(B) | 15.13º | 0.9% | 1% | - |
| XYZ | 44.51 | 27.52 | 3.89 | - |
| YUV | 127.82 | 69.98 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 25 | 0 | 0.67 | 0.90 | 0 | 15.13 | 1 | 0.55 |
| Hex | FF | 53 | 19 | 0 | 43 | 5A | 0 | F | 64 | 37 |
| Octal | 377 | 123 | 31 | 0 | 103 | 132 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010011 | 11001 | 0 | 1000011 | 1011010 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF5319
Complementary color
Monochromatic Colors of #FF5319
Black with #FF5319
Text Example
Text Example
White with #FF5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5319; }
p { color: rgb(255,83,25); }
H1.HeaderClassName
{
color: #FF5319;
}
.AnyTagClassName
{
color: #FF5319;
}
</style>
background-color css
<style>
a { background-color: #FF5319; }
a { background-color: rgb(255,83,25); }
div.DivClassName
{
background-color: #FF5319;
}
.BgClassName
{
background-color: #FF5319;
}
</style>
border-color css
<style>
span { border-color: #FF5319; }
span { border-color: rgb(255,83,25); }
td.TdClassName
{
border-color: #FF5319;
}
.TagClassName
{
border-color: #FF5319;
}
</style>