Shades of International Orange #FE5009
Tints of International Orange #FE5009
RGB
CMYK
RGB Variations
Color information
#FE5009 (or 0xFE5009) is known color: International Orange. HEX triplet: FE, 50 and 09. RGB value is (254,80,9). Sum of RGB (Red+Green+Blue) = 254+80+9=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5009 is #01AFF6. Grayscale: #7C7C7C. Windows color (decimal): -110583 or 610558. OLE color: 610558.
HSL color Cylindrical-coordinate representation of color #FE5009: hue angle of 17.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE5009 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.00 |
| HSL | 17.39º | 0.99% | 0.52% | - |
| HSV(B) | 17.39º | 0.96% | 1% | - |
| XYZ | 43.79 | 26.83 | 3.13 | - |
| YUV | 123.93 | 63.15 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 9 | 0 | 0.69 | 0.96 | 0.00 | 17.39 | 0.99 | 0.52 |
| Hex | FE | 50 | 9 | 0 | 45 | 60 | 0 | 11 | 63 | 34 |
| Octal | 376 | 120 | 11 | 0 | 105 | 140 | 0 | 21 | 143 | 64 |
| Binary | 11111110 | 1010000 | 1001 | 0 | 1000101 | 1100000 | 0 | 10001 | 1100011 | 110100 |
Color Harmonies of #FE5009
Complementary color
Monochromatic Colors of #FE5009
Black with #FE5009
Text Example
Text Example
White with #FE5009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5009; }
p { color: rgb(254,80,9); }
H1.HeaderClassName
{
color: #FE5009;
}
.AnyTagClassName
{
color: #FE5009;
}
</style>
background-color css
<style>
a { background-color: #FE5009; }
a { background-color: rgb(254,80,9); }
div.DivClassName
{
background-color: #FE5009;
}
.BgClassName
{
background-color: #FE5009;
}
</style>
border-color css
<style>
span { border-color: #FE5009; }
span { border-color: rgb(254,80,9); }
td.TdClassName
{
border-color: #FE5009;
}
.TagClassName
{
border-color: #FE5009;
}
</style>