Html Css Color HEX #FE5410 International Orange
📋 copy color: '#FE5410'red 254 ◦ green 84 ◦ blue 16
Shades of International Orange #FE5410
Tints of International Orange #FE5410
RGB
CMYK
RGB Variations
Color information
#FE5410 (or 0xFE5410) is known color: International Orange. HEX triplet: FE, 54 and 10. RGB value is (254,84,16). Sum of RGB (Red+Green+Blue) = 254+84+16=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5410 is #01ABEF. Grayscale: #7F7F7F. Windows color (decimal): -109552 or 1070334. OLE color: 1070334.
HSL color Cylindrical-coordinate representation of color #FE5410: hue angle of 17.14º 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 #FE5410 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 16 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.00 |
| HSL | 17.14º | 0.99% | 0.53% | - |
| HSV(B) | 17.14º | 0.94% | 1% | - |
| XYZ | 44.14 | 27.45 | 3.46 | - |
| YUV | 127.08 | 65.32 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 16 | 0 | 0.67 | 0.94 | 0.00 | 17.14 | 0.99 | 0.53 |
| Hex | FE | 54 | 10 | 0 | 43 | 5E | 0 | 11 | 63 | 35 |
| Octal | 376 | 124 | 20 | 0 | 103 | 136 | 0 | 21 | 143 | 65 |
| Binary | 11111110 | 1010100 | 10000 | 0 | 1000011 | 1011110 | 0 | 10001 | 1100011 | 110101 |
Color Harmonies of #FE5410
Complementary color
Monochromatic Colors of #FE5410
Black with #FE5410
Text Example
Text Example
White with #FE5410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5410; }
p { color: rgb(254,84,16); }
H1.HeaderClassName
{
color: #FE5410;
}
.AnyTagClassName
{
color: #FE5410;
}
</style>
background-color css
<style>
a { background-color: #FE5410; }
a { background-color: rgb(254,84,16); }
div.DivClassName
{
background-color: #FE5410;
}
.BgClassName
{
background-color: #FE5410;
}
</style>
border-color css
<style>
span { border-color: #FE5410; }
span { border-color: rgb(254,84,16); }
td.TdClassName
{
border-color: #FE5410;
}
.TagClassName
{
border-color: #FE5410;
}
</style>