Html Css Color HEX #FE5411 International Orange
📋 copy color: '#FE5411'red 254 ◦ green 84 ◦ blue 17
Shades of International Orange #FE5411
Tints of International Orange #FE5411
RGB
CMYK
RGB Variations
Color information
#FE5411 (or 0xFE5411) is known color: International Orange. HEX triplet: FE, 54 and 11. RGB value is (254,84,17). Sum of RGB (Red+Green+Blue) = 254+84+17=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5411 is #01ABEE. Grayscale: #7F7F7F. Windows color (decimal): -109551 or 1135870. OLE color: 1135870.
HSL color Cylindrical-coordinate representation of color #FE5411: hue angle of 16.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5411 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.00 |
| HSL | 16.96º | 0.99% | 0.53% | - |
| HSV(B) | 16.96º | 0.93% | 1% | - |
| XYZ | 44.14 | 27.45 | 3.5 | - |
| YUV | 127.19 | 65.82 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 17 | 0 | 0.67 | 0.93 | 0.00 | 16.96 | 0.99 | 0.53 |
| Hex | FE | 54 | 11 | 0 | 43 | 5D | 0 | 11 | 63 | 35 |
| Octal | 376 | 124 | 21 | 0 | 103 | 135 | 0 | 21 | 143 | 65 |
| Binary | 11111110 | 1010100 | 10001 | 0 | 1000011 | 1011101 | 0 | 10001 | 1100011 | 110101 |
Color Harmonies of #FE5411
Complementary color
Monochromatic Colors of #FE5411
Black with #FE5411
Text Example
Text Example
White with #FE5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5411; }
p { color: rgb(254,84,17); }
H1.HeaderClassName
{
color: #FE5411;
}
.AnyTagClassName
{
color: #FE5411;
}
</style>
background-color css
<style>
a { background-color: #FE5411; }
a { background-color: rgb(254,84,17); }
div.DivClassName
{
background-color: #FE5411;
}
.BgClassName
{
background-color: #FE5411;
}
</style>
border-color css
<style>
span { border-color: #FE5411; }
span { border-color: rgb(254,84,17); }
td.TdClassName
{
border-color: #FE5411;
}
.TagClassName
{
border-color: #FE5411;
}
</style>