Shades of International Orange #FE5105
Tints of International Orange #FE5105
RGB
CMYK
RGB Variations
Color information
#FE5105 (or 0xFE5105) is known color: International Orange. HEX triplet: FE, 51 and 05. RGB value is (254,81,5). Sum of RGB (Red+Green+Blue) = 254+81+5=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5105 is #01AEFA. Grayscale: #7C7C7C. Windows color (decimal): -110331 or 348670. OLE color: 348670.
HSL color Cylindrical-coordinate representation of color #FE5105: hue angle of 18.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE5105 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.00 |
| HSL | 18.31º | 0.99% | 0.51% | - |
| HSV(B) | 18.31º | 0.98% | 1% | - |
| XYZ | 43.84 | 26.97 | 3.04 | - |
| YUV | 124.06 | 60.81 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 5 | 0 | 0.68 | 0.98 | 0.00 | 18.31 | 0.99 | 0.51 |
| Hex | FE | 51 | 5 | 0 | 44 | 62 | 0 | 12 | 63 | 33 |
| Octal | 376 | 121 | 5 | 0 | 104 | 142 | 0 | 22 | 143 | 63 |
| Binary | 11111110 | 1010001 | 101 | 0 | 1000100 | 1100010 | 0 | 10010 | 1100011 | 110011 |
Color Harmonies of #FE5105
Complementary color
Monochromatic Colors of #FE5105
Black with #FE5105
Text Example
Text Example
White with #FE5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5105; }
p { color: rgb(254,81,5); }
H1.HeaderClassName
{
color: #FE5105;
}
.AnyTagClassName
{
color: #FE5105;
}
</style>
background-color css
<style>
a { background-color: #FE5105; }
a { background-color: rgb(254,81,5); }
div.DivClassName
{
background-color: #FE5105;
}
.BgClassName
{
background-color: #FE5105;
}
</style>
border-color css
<style>
span { border-color: #FE5105; }
span { border-color: rgb(254,81,5); }
td.TdClassName
{
border-color: #FE5105;
}
.TagClassName
{
border-color: #FE5105;
}
</style>