Shades of International Orange #FF5A03
Tints of International Orange #FF5A03
RGB
CMYK
RGB Variations
Color information
#FF5A03 (or 0xFF5A03) is known color: International Orange. HEX triplet: FF, 5A and 03. RGB value is (255,90,3). Sum of RGB (Red+Green+Blue) = 255+90+3=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5A03 is #00A5FC. Grayscale: #818181. Windows color (decimal): -42493 or 219903. OLE color: 219903.
HSL color Cylindrical-coordinate representation of color #FF5A03: hue angle of 20.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF5A03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0 |
| HSL | 20.71º | 1% | 0.51% | - |
| HSV(B) | 20.71º | 0.99% | 1% | - |
| XYZ | 44.91 | 28.58 | 3.24 | - |
| YUV | 129.42 | 56.66 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 3 | 0 | 0.65 | 0.99 | 0 | 20.71 | 1 | 0.51 |
| Hex | FF | 5A | 3 | 0 | 41 | 63 | 0 | 15 | 64 | 33 |
| Octal | 377 | 132 | 3 | 0 | 101 | 143 | 0 | 25 | 144 | 63 |
| Binary | 11111111 | 1011010 | 11 | 0 | 1000001 | 1100011 | 0 | 10101 | 1100100 | 110011 |
Color Harmonies of #FF5A03
Complementary color
Monochromatic Colors of #FF5A03
Black with #FF5A03
Text Example
Text Example
White with #FF5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A03; }
p { color: rgb(255,90,3); }
H1.HeaderClassName
{
color: #FF5A03;
}
.AnyTagClassName
{
color: #FF5A03;
}
</style>
background-color css
<style>
a { background-color: #FF5A03; }
a { background-color: rgb(255,90,3); }
div.DivClassName
{
background-color: #FF5A03;
}
.BgClassName
{
background-color: #FF5A03;
}
</style>
border-color css
<style>
span { border-color: #FF5A03; }
span { border-color: rgb(255,90,3); }
td.TdClassName
{
border-color: #FF5A03;
}
.TagClassName
{
border-color: #FF5A03;
}
</style>