Shades of International Orange #FF5303
Tints of International Orange #FF5303
RGB
CMYK
RGB Variations
Color information
#FF5303 (or 0xFF5303) is known color: International Orange. HEX triplet: FF, 53 and 03. RGB value is (255,83,3). Sum of RGB (Red+Green+Blue) = 255+83+3=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5303 is #00ACFC. Grayscale: #7D7D7D. Windows color (decimal): -44285 or 218111. OLE color: 218111.
HSL color Cylindrical-coordinate representation of color #FF5303: hue angle of 19.05º 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 #FF5303 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0 |
| HSL | 19.05º | 1% | 0.51% | - |
| HSV(B) | 19.05º | 0.99% | 1% | - |
| XYZ | 44.35 | 27.45 | 3.05 | - |
| YUV | 125.31 | 58.98 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 3 | 0 | 0.67 | 0.99 | 0 | 19.05 | 1 | 0.51 |
| Hex | FF | 53 | 3 | 0 | 43 | 63 | 0 | 13 | 64 | 33 |
| Octal | 377 | 123 | 3 | 0 | 103 | 143 | 0 | 23 | 144 | 63 |
| Binary | 11111111 | 1010011 | 11 | 0 | 1000011 | 1100011 | 0 | 10011 | 1100100 | 110011 |
Color Harmonies of #FF5303
Complementary color
Monochromatic Colors of #FF5303
Black with #FF5303
Text Example
Text Example
White with #FF5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5303; }
p { color: rgb(255,83,3); }
H1.HeaderClassName
{
color: #FF5303;
}
.AnyTagClassName
{
color: #FF5303;
}
</style>
background-color css
<style>
a { background-color: #FF5303; }
a { background-color: rgb(255,83,3); }
div.DivClassName
{
background-color: #FF5303;
}
.BgClassName
{
background-color: #FF5303;
}
</style>
border-color css
<style>
span { border-color: #FF5303; }
span { border-color: rgb(255,83,3); }
td.TdClassName
{
border-color: #FF5303;
}
.TagClassName
{
border-color: #FF5303;
}
</style>