Shades of International Orange #FF5202
Tints of International Orange #FF5202
RGB
CMYK
RGB Variations
Color information
#FF5202 (or 0xFF5202) is known color: International Orange. HEX triplet: FF, 52 and 02. RGB value is (255,82,2). Sum of RGB (Red+Green+Blue) = 255+82+2=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5202 is #00ADFD. Grayscale: #7D7D7D. Windows color (decimal): -44542 or 152319. OLE color: 152319.
HSL color Cylindrical-coordinate representation of color #FF5202: hue angle of 18.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF5202 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0 |
| HSL | 18.97º | 1% | 0.5% | - |
| HSV(B) | 18.97º | 0.99% | 1% | - |
| XYZ | 44.27 | 27.3 | 2.99 | - |
| YUV | 124.61 | 58.81 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 2 | 0 | 0.68 | 0.99 | 0 | 18.97 | 1 | 0.5 |
| Hex | FF | 52 | 2 | 0 | 44 | 63 | 0 | 13 | 64 | 32 |
| Octal | 377 | 122 | 2 | 0 | 104 | 143 | 0 | 23 | 144 | 62 |
| Binary | 11111111 | 1010010 | 10 | 0 | 1000100 | 1100011 | 0 | 10011 | 1100100 | 110010 |
Color Harmonies of #FF5202
Complementary color
Monochromatic Colors of #FF5202
Black with #FF5202
Text Example
Text Example
White with #FF5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5202; }
p { color: rgb(255,82,2); }
H1.HeaderClassName
{
color: #FF5202;
}
.AnyTagClassName
{
color: #FF5202;
}
</style>
background-color css
<style>
a { background-color: #FF5202; }
a { background-color: rgb(255,82,2); }
div.DivClassName
{
background-color: #FF5202;
}
.BgClassName
{
background-color: #FF5202;
}
</style>
border-color css
<style>
span { border-color: #FF5202; }
span { border-color: rgb(255,82,2); }
td.TdClassName
{
border-color: #FF5202;
}
.TagClassName
{
border-color: #FF5202;
}
</style>