Shades of International Orange #FF5001
Tints of International Orange #FF5001
RGB
CMYK
RGB Variations
Color information
#FF5001 (or 0xFF5001) is known color: International Orange. HEX triplet: FF, 50 and 01. RGB value is (255,80,1). Sum of RGB (Red+Green+Blue) = 255+80+1=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5001 is #00AFFE. Grayscale: #7B7B7B. Windows color (decimal): -45055 or 86271. OLE color: 86271.
HSL color Cylindrical-coordinate representation of color #FF5001: hue angle of 18.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5001 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0 |
| HSL | 18.66º | 1% | 0.5% | - |
| HSV(B) | 18.66º | 1% | 1% | - |
| XYZ | 44.11 | 27 | 2.92 | - |
| YUV | 123.32 | 58.98 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 1 | 0 | 0.69 | 1.00 | 0 | 18.66 | 1 | 0.5 |
| Hex | FF | 50 | 1 | 0 | 45 | 64 | 0 | 13 | 64 | 32 |
| Octal | 377 | 120 | 1 | 0 | 105 | 144 | 0 | 23 | 144 | 62 |
| Binary | 11111111 | 1010000 | 1 | 0 | 1000101 | 1100100 | 0 | 10011 | 1100100 | 110010 |
Color Harmonies of #FF5001
Complementary color
Monochromatic Colors of #FF5001
Black with #FF5001
Text Example
Text Example
White with #FF5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5001; }
p { color: rgb(255,80,1); }
H1.HeaderClassName
{
color: #FF5001;
}
.AnyTagClassName
{
color: #FF5001;
}
</style>
background-color css
<style>
a { background-color: #FF5001; }
a { background-color: rgb(255,80,1); }
div.DivClassName
{
background-color: #FF5001;
}
.BgClassName
{
background-color: #FF5001;
}
</style>
border-color css
<style>
span { border-color: #FF5001; }
span { border-color: rgb(255,80,1); }
td.TdClassName
{
border-color: #FF5001;
}
.TagClassName
{
border-color: #FF5001;
}
</style>