Shades of International Orange #FE5407
Tints of International Orange #FE5407
RGB
CMYK
RGB Variations
Color information
#FE5407 (or 0xFE5407) is known color: International Orange. HEX triplet: FE, 54 and 07. RGB value is (254,84,7). Sum of RGB (Red+Green+Blue) = 254+84+7=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5407 is #01ABF8. Grayscale: #7E7E7E. Windows color (decimal): -109561 or 480510. OLE color: 480510.
HSL color Cylindrical-coordinate representation of color #FE5407: hue angle of 18.7º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE5407 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.00 |
| HSL | 18.7º | 0.99% | 0.51% | - |
| HSV(B) | 18.7º | 0.97% | 1% | - |
| XYZ | 44.08 | 27.43 | 3.17 | - |
| YUV | 126.05 | 60.82 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 7 | 0 | 0.67 | 0.97 | 0.00 | 18.7 | 0.99 | 0.51 |
| Hex | FE | 54 | 7 | 0 | 43 | 61 | 0 | 13 | 63 | 33 |
| Octal | 376 | 124 | 7 | 0 | 103 | 141 | 0 | 23 | 143 | 63 |
| Binary | 11111110 | 1010100 | 111 | 0 | 1000011 | 1100001 | 0 | 10011 | 1100011 | 110011 |
Color Harmonies of #FE5407
Complementary color
Monochromatic Colors of #FE5407
Black with #FE5407
Text Example
Text Example
White with #FE5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5407; }
p { color: rgb(254,84,7); }
H1.HeaderClassName
{
color: #FE5407;
}
.AnyTagClassName
{
color: #FE5407;
}
</style>
background-color css
<style>
a { background-color: #FE5407; }
a { background-color: rgb(254,84,7); }
div.DivClassName
{
background-color: #FE5407;
}
.BgClassName
{
background-color: #FE5407;
}
</style>
border-color css
<style>
span { border-color: #FE5407; }
span { border-color: rgb(254,84,7); }
td.TdClassName
{
border-color: #FE5407;
}
.TagClassName
{
border-color: #FE5407;
}
</style>