Shades of International Orange #FF5A07
Tints of International Orange #FF5A07
RGB
CMYK
RGB Variations
Color information
#FF5A07 (or 0xFF5A07) is known color: International Orange. HEX triplet: FF, 5A and 07. RGB value is (255,90,7). Sum of RGB (Red+Green+Blue) = 255+90+7=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A07 is #00A5F8. Grayscale: #828282. Windows color (decimal): -42489 or 482047. OLE color: 482047.
HSL color Cylindrical-coordinate representation of color #FF5A07: hue angle of 20.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5A07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0 |
| HSL | 20.08º | 1% | 0.51% | - |
| HSV(B) | 20.08º | 0.97% | 1% | - |
| XYZ | 44.93 | 28.59 | 3.35 | - |
| YUV | 129.87 | 58.66 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 7 | 0 | 0.65 | 0.97 | 0 | 20.08 | 1 | 0.51 |
| Hex | FF | 5A | 7 | 0 | 41 | 61 | 0 | 14 | 64 | 33 |
| Octal | 377 | 132 | 7 | 0 | 101 | 141 | 0 | 24 | 144 | 63 |
| Binary | 11111111 | 1011010 | 111 | 0 | 1000001 | 1100001 | 0 | 10100 | 1100100 | 110011 |
Color Harmonies of #FF5A07
Complementary color
Monochromatic Colors of #FF5A07
Black with #FF5A07
Text Example
Text Example
White with #FF5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A07; }
p { color: rgb(255,90,7); }
H1.HeaderClassName
{
color: #FF5A07;
}
.AnyTagClassName
{
color: #FF5A07;
}
</style>
background-color css
<style>
a { background-color: #FF5A07; }
a { background-color: rgb(255,90,7); }
div.DivClassName
{
background-color: #FF5A07;
}
.BgClassName
{
background-color: #FF5A07;
}
</style>
border-color css
<style>
span { border-color: #FF5A07; }
span { border-color: rgb(255,90,7); }
td.TdClassName
{
border-color: #FF5A07;
}
.TagClassName
{
border-color: #FF5A07;
}
</style>