Shades of International Orange #FF5300
Tints of International Orange #FF5300
RGB
CMYK
RGB Variations
Color information
#FF5300 (or 0xFF5300) is known color: International Orange. HEX triplet: FF, 53 and 00. RGB value is (255,83,0). Sum of RGB (Red+Green+Blue) = 255+83+0=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5300 is #00ACFF. Grayscale: #7D7D7D. Windows color (decimal): -44288 or 21503. OLE color: 21503.
HSL color Cylindrical-coordinate representation of color #FF5300: hue angle of 19.53º 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 #FF5300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0 |
| HSL | 19.53º | 1% | 0.5% | - |
| HSV(B) | 19.53º | 1% | 1% | - |
| XYZ | 44.33 | 27.45 | 2.96 | - |
| YUV | 124.97 | 57.48 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 0 | 0 | 0.67 | 1 | 0 | 19.53 | 1 | 0.5 |
| Hex | FF | 53 | 0 | 0 | 43 | 64 | 0 | 14 | 64 | 32 |
| Octal | 377 | 123 | 0 | 0 | 103 | 144 | 0 | 24 | 144 | 62 |
| Binary | 11111111 | 1010011 | 0 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FF5300
Complementary color
Monochromatic Colors of #FF5300
Black with #FF5300
Text Example
Text Example
White with #FF5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5300; }
p { color: rgb(255,83,0); }
H1.HeaderClassName
{
color: #FF5300;
}
.AnyTagClassName
{
color: #FF5300;
}
</style>
background-color css
<style>
a { background-color: #FF5300; }
a { background-color: rgb(255,83,0); }
div.DivClassName
{
background-color: #FF5300;
}
.BgClassName
{
background-color: #FF5300;
}
</style>
border-color css
<style>
span { border-color: #FF5300; }
span { border-color: rgb(255,83,0); }
td.TdClassName
{
border-color: #FF5300;
}
.TagClassName
{
border-color: #FF5300;
}
</style>