Shades of International Orange #FF5200
Tints of International Orange #FF5200
RGB
CMYK
RGB Variations
Color information
#FF5200 (or 0xFF5200) is known color: International Orange. HEX triplet: FF, 52 and 00. RGB value is (255,82,0). Sum of RGB (Red+Green+Blue) = 255+82+0=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5200 is #00ADFF. Grayscale: #7C7C7C. Windows color (decimal): -44544 or 21247. OLE color: 21247.
HSL color Cylindrical-coordinate representation of color #FF5200: hue angle of 19.29º 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 #FF5200 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0 |
| HSL | 19.29º | 1% | 0.5% | - |
| HSV(B) | 19.29º | 1% | 1% | - |
| XYZ | 44.26 | 27.29 | 2.94 | - |
| YUV | 124.38 | 57.81 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 0 | 0 | 0.68 | 1 | 0 | 19.29 | 1 | 0.5 |
| Hex | FF | 52 | 0 | 0 | 44 | 64 | 0 | 13 | 64 | 32 |
| Octal | 377 | 122 | 0 | 0 | 104 | 144 | 0 | 23 | 144 | 62 |
| Binary | 11111111 | 1010010 | 0 | 0 | 1000100 | 1100100 | 0 | 10011 | 1100100 | 110010 |
Color Harmonies of #FF5200
Complementary color
Monochromatic Colors of #FF5200
Black with #FF5200
Text Example
Text Example
White with #FF5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5200; }
p { color: rgb(255,82,0); }
H1.HeaderClassName
{
color: #FF5200;
}
.AnyTagClassName
{
color: #FF5200;
}
</style>
background-color css
<style>
a { background-color: #FF5200; }
a { background-color: rgb(255,82,0); }
div.DivClassName
{
background-color: #FF5200;
}
.BgClassName
{
background-color: #FF5200;
}
</style>
border-color css
<style>
span { border-color: #FF5200; }
span { border-color: rgb(255,82,0); }
td.TdClassName
{
border-color: #FF5200;
}
.TagClassName
{
border-color: #FF5200;
}
</style>