Shades of International Orange #FE5106
Tints of International Orange #FE5106
RGB
CMYK
RGB Variations
Color information
#FE5106 (or 0xFE5106) is known color: International Orange. HEX triplet: FE, 51 and 06. RGB value is (254,81,6). Sum of RGB (Red+Green+Blue) = 254+81+6=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5106 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5106 is #01AEF9. Grayscale: #7C7C7C. Windows color (decimal): -110330 or 414206. OLE color: 414206.
HSL color Cylindrical-coordinate representation of color #FE5106: hue angle of 18.15º 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 #FE5106 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 6 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.00 |
| HSL | 18.15º | 0.99% | 0.51% | - |
| HSV(B) | 18.15º | 0.98% | 1% | - |
| XYZ | 43.85 | 26.97 | 3.07 | - |
| YUV | 124.18 | 61.31 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 6 | 0 | 0.68 | 0.98 | 0.00 | 18.15 | 0.99 | 0.51 |
| Hex | FE | 51 | 6 | 0 | 44 | 62 | 0 | 12 | 63 | 33 |
| Octal | 376 | 121 | 6 | 0 | 104 | 142 | 0 | 22 | 143 | 63 |
| Binary | 11111110 | 1010001 | 110 | 0 | 1000100 | 1100010 | 0 | 10010 | 1100011 | 110011 |
Color Harmonies of #FE5106
Complementary color
Monochromatic Colors of #FE5106
Black with #FE5106
Text Example
Text Example
White with #FE5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5106; }
p { color: rgb(254,81,6); }
H1.HeaderClassName
{
color: #FE5106;
}
.AnyTagClassName
{
color: #FE5106;
}
</style>
background-color css
<style>
a { background-color: #FE5106; }
a { background-color: rgb(254,81,6); }
div.DivClassName
{
background-color: #FE5106;
}
.BgClassName
{
background-color: #FE5106;
}
</style>
border-color css
<style>
span { border-color: #FE5106; }
span { border-color: rgb(254,81,6); }
td.TdClassName
{
border-color: #FE5106;
}
.TagClassName
{
border-color: #FE5106;
}
</style>