Html Css Color HEX #FE5610 International Orange
📋 copy color: '#FE5610'red 254 ◦ green 86 ◦ blue 16
Shades of International Orange #FE5610
Tints of International Orange #FE5610
RGB
CMYK
RGB Variations
Color information
#FE5610 (or 0xFE5610) is known color: International Orange. HEX triplet: FE, 56 and 10. RGB value is (254,86,16). Sum of RGB (Red+Green+Blue) = 254+86+16=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5610 is #01A9EF. Grayscale: #808080. Windows color (decimal): -109040 or 1070846. OLE color: 1070846.
HSL color Cylindrical-coordinate representation of color #FE5610: hue angle of 17.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE5610 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 16 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.00 |
| HSL | 17.65º | 0.99% | 0.53% | - |
| HSV(B) | 17.65º | 0.94% | 1% | - |
| XYZ | 44.29 | 27.76 | 3.51 | - |
| YUV | 128.25 | 64.66 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 16 | 0 | 0.66 | 0.94 | 0.00 | 17.65 | 0.99 | 0.53 |
| Hex | FE | 56 | 10 | 0 | 42 | 5E | 0 | 12 | 63 | 35 |
| Octal | 376 | 126 | 20 | 0 | 102 | 136 | 0 | 22 | 143 | 65 |
| Binary | 11111110 | 1010110 | 10000 | 0 | 1000010 | 1011110 | 0 | 10010 | 1100011 | 110101 |
Color Harmonies of #FE5610
Complementary color
Monochromatic Colors of #FE5610
Black with #FE5610
Text Example
Text Example
White with #FE5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5610; }
p { color: rgb(254,86,16); }
H1.HeaderClassName
{
color: #FE5610;
}
.AnyTagClassName
{
color: #FE5610;
}
</style>
background-color css
<style>
a { background-color: #FE5610; }
a { background-color: rgb(254,86,16); }
div.DivClassName
{
background-color: #FE5610;
}
.BgClassName
{
background-color: #FE5610;
}
</style>
border-color css
<style>
span { border-color: #FE5610; }
span { border-color: rgb(254,86,16); }
td.TdClassName
{
border-color: #FE5610;
}
.TagClassName
{
border-color: #FE5610;
}
</style>