Shades of International Orange #FF5304
Tints of International Orange #FF5304
RGB
CMYK
RGB Variations
Color information
#FF5304 (or 0xFF5304) is known color: International Orange. HEX triplet: FF, 53 and 04. RGB value is (255,83,4). Sum of RGB (Red+Green+Blue) = 255+83+4=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5304 is #00ACFB. Grayscale: #7D7D7D. Windows color (decimal): -44284 or 283647. OLE color: 283647.
HSL color Cylindrical-coordinate representation of color #FF5304: hue angle of 18.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5304 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0 |
| HSL | 18.88º | 1% | 0.51% | - |
| HSV(B) | 18.88º | 0.98% | 1% | - |
| XYZ | 44.36 | 27.46 | 3.08 | - |
| YUV | 125.42 | 59.48 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 4 | 0 | 0.67 | 0.98 | 0 | 18.88 | 1 | 0.51 |
| Hex | FF | 53 | 4 | 0 | 43 | 62 | 0 | 13 | 64 | 33 |
| Octal | 377 | 123 | 4 | 0 | 103 | 142 | 0 | 23 | 144 | 63 |
| Binary | 11111111 | 1010011 | 100 | 0 | 1000011 | 1100010 | 0 | 10011 | 1100100 | 110011 |
Color Harmonies of #FF5304
Complementary color
Monochromatic Colors of #FF5304
Black with #FF5304
Text Example
Text Example
White with #FF5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5304; }
p { color: rgb(255,83,4); }
H1.HeaderClassName
{
color: #FF5304;
}
.AnyTagClassName
{
color: #FF5304;
}
</style>
background-color css
<style>
a { background-color: #FF5304; }
a { background-color: rgb(255,83,4); }
div.DivClassName
{
background-color: #FF5304;
}
.BgClassName
{
background-color: #FF5304;
}
</style>
border-color css
<style>
span { border-color: #FF5304; }
span { border-color: rgb(255,83,4); }
td.TdClassName
{
border-color: #FF5304;
}
.TagClassName
{
border-color: #FF5304;
}
</style>