Shades of International Orange #FF5005
Tints of International Orange #FF5005
RGB
CMYK
RGB Variations
Color information
#FF5005 (or 0xFF5005) is known color: International Orange. HEX triplet: FF, 50 and 05. RGB value is (255,80,5). Sum of RGB (Red+Green+Blue) = 255+80+5=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5005 is #00AFFA. Grayscale: #7C7C7C. Windows color (decimal): -45051 or 348415. OLE color: 348415.
HSL color Cylindrical-coordinate representation of color #FF5005: hue angle of 18º 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 #FF5005 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0 |
| HSL | 18º | 1% | 0.51% | - |
| HSV(B) | 18º | 0.98% | 1% | - |
| XYZ | 44.14 | 27.01 | 3.03 | - |
| YUV | 123.78 | 60.98 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 5 | 0 | 0.69 | 0.98 | 0 | 18 | 1 | 0.51 |
| Hex | FF | 50 | 5 | 0 | 45 | 62 | 0 | 12 | 64 | 33 |
| Octal | 377 | 120 | 5 | 0 | 105 | 142 | 0 | 22 | 144 | 63 |
| Binary | 11111111 | 1010000 | 101 | 0 | 1000101 | 1100010 | 0 | 10010 | 1100100 | 110011 |
Color Harmonies of #FF5005
Complementary color
Monochromatic Colors of #FF5005
Black with #FF5005
Text Example
Text Example
White with #FF5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5005; }
p { color: rgb(255,80,5); }
H1.HeaderClassName
{
color: #FF5005;
}
.AnyTagClassName
{
color: #FF5005;
}
</style>
background-color css
<style>
a { background-color: #FF5005; }
a { background-color: rgb(255,80,5); }
div.DivClassName
{
background-color: #FF5005;
}
.BgClassName
{
background-color: #FF5005;
}
</style>
border-color css
<style>
span { border-color: #FF5005; }
span { border-color: rgb(255,80,5); }
td.TdClassName
{
border-color: #FF5005;
}
.TagClassName
{
border-color: #FF5005;
}
</style>