Shades of International Orange #FF5409
Tints of International Orange #FF5409
RGB
CMYK
RGB Variations
Color information
#FF5409 (or 0xFF5409) is known color: International Orange. HEX triplet: FF, 54 and 09. RGB value is (255,84,9). Sum of RGB (Red+Green+Blue) = 255+84+9=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5409 is #00ABF6. Grayscale: #7F7F7F. Windows color (decimal): -44023 or 611583. OLE color: 611583.
HSL color Cylindrical-coordinate representation of color #FF5409: hue angle of 18.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF5409 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0 |
| HSL | 18.29º | 1% | 0.52% | - |
| HSV(B) | 18.29º | 0.96% | 1% | - |
| XYZ | 44.46 | 27.62 | 3.25 | - |
| YUV | 126.58 | 61.65 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 9 | 0 | 0.67 | 0.96 | 0 | 18.29 | 1 | 0.52 |
| Hex | FF | 54 | 9 | 0 | 43 | 60 | 0 | 12 | 64 | 34 |
| Octal | 377 | 124 | 11 | 0 | 103 | 140 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010100 | 1001 | 0 | 1000011 | 1100000 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF5409
Complementary color
Monochromatic Colors of #FF5409
Black with #FF5409
Text Example
Text Example
White with #FF5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5409; }
p { color: rgb(255,84,9); }
H1.HeaderClassName
{
color: #FF5409;
}
.AnyTagClassName
{
color: #FF5409;
}
</style>
background-color css
<style>
a { background-color: #FF5409; }
a { background-color: rgb(255,84,9); }
div.DivClassName
{
background-color: #FF5409;
}
.BgClassName
{
background-color: #FF5409;
}
</style>
border-color css
<style>
span { border-color: #FF5409; }
span { border-color: rgb(255,84,9); }
td.TdClassName
{
border-color: #FF5409;
}
.TagClassName
{
border-color: #FF5409;
}
</style>