Shades of International Orange #FF5105
Tints of International Orange #FF5105
RGB
CMYK
RGB Variations
Color information
#FF5105 (or 0xFF5105) is known color: International Orange. HEX triplet: FF, 51 and 05. RGB value is (255,81,5). Sum of RGB (Red+Green+Blue) = 255+81+5=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5105 is #00AEFA. Grayscale: #7C7C7C. Windows color (decimal): -44795 or 348671. OLE color: 348671.
HSL color Cylindrical-coordinate representation of color #FF5105: hue angle of 18.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5105 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0 |
| HSL | 18.24º | 1% | 0.51% | - |
| HSV(B) | 18.24º | 0.98% | 1% | - |
| XYZ | 44.21 | 27.16 | 3.06 | - |
| YUV | 124.36 | 60.65 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 5 | 0 | 0.68 | 0.98 | 0 | 18.24 | 1 | 0.51 |
| Hex | FF | 51 | 5 | 0 | 44 | 62 | 0 | 12 | 64 | 33 |
| Octal | 377 | 121 | 5 | 0 | 104 | 142 | 0 | 22 | 144 | 63 |
| Binary | 11111111 | 1010001 | 101 | 0 | 1000100 | 1100010 | 0 | 10010 | 1100100 | 110011 |
Color Harmonies of #FF5105
Complementary color
Monochromatic Colors of #FF5105
Black with #FF5105
Text Example
Text Example
White with #FF5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5105; }
p { color: rgb(255,81,5); }
H1.HeaderClassName
{
color: #FF5105;
}
.AnyTagClassName
{
color: #FF5105;
}
</style>
background-color css
<style>
a { background-color: #FF5105; }
a { background-color: rgb(255,81,5); }
div.DivClassName
{
background-color: #FF5105;
}
.BgClassName
{
background-color: #FF5105;
}
</style>
border-color css
<style>
span { border-color: #FF5105; }
span { border-color: rgb(255,81,5); }
td.TdClassName
{
border-color: #FF5105;
}
.TagClassName
{
border-color: #FF5105;
}
</style>