Shades of International Orange #FF5302
Tints of International Orange #FF5302
RGB
CMYK
RGB Variations
Color information
#FF5302 (or 0xFF5302) is known color: International Orange. HEX triplet: FF, 53 and 02. RGB value is (255,83,2). Sum of RGB (Red+Green+Blue) = 255+83+2=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5302 is #00ACFD. Grayscale: #7D7D7D. Windows color (decimal): -44286 or 152575. OLE color: 152575.
HSL color Cylindrical-coordinate representation of color #FF5302: hue angle of 19.21º 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 #FF5302 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0 |
| HSL | 19.21º | 1% | 0.5% | - |
| HSV(B) | 19.21º | 0.99% | 1% | - |
| XYZ | 44.34 | 27.45 | 3.02 | - |
| YUV | 125.19 | 58.48 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 2 | 0 | 0.67 | 0.99 | 0 | 19.21 | 1 | 0.5 |
| Hex | FF | 53 | 2 | 0 | 43 | 63 | 0 | 13 | 64 | 32 |
| Octal | 377 | 123 | 2 | 0 | 103 | 143 | 0 | 23 | 144 | 62 |
| Binary | 11111111 | 1010011 | 10 | 0 | 1000011 | 1100011 | 0 | 10011 | 1100100 | 110010 |
Color Harmonies of #FF5302
Complementary color
Monochromatic Colors of #FF5302
Black with #FF5302
Text Example
Text Example
White with #FF5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5302; }
p { color: rgb(255,83,2); }
H1.HeaderClassName
{
color: #FF5302;
}
.AnyTagClassName
{
color: #FF5302;
}
</style>
background-color css
<style>
a { background-color: #FF5302; }
a { background-color: rgb(255,83,2); }
div.DivClassName
{
background-color: #FF5302;
}
.BgClassName
{
background-color: #FF5302;
}
</style>
border-color css
<style>
span { border-color: #FF5302; }
span { border-color: rgb(255,83,2); }
td.TdClassName
{
border-color: #FF5302;
}
.TagClassName
{
border-color: #FF5302;
}
</style>