Html Css Color HEX #FE550E International Orange
📋 copy color: '#FE550E'red 254 ◦ green 85 ◦ blue 14
Shades of International Orange #FE550E
Tints of International Orange #FE550E
RGB
CMYK
RGB Variations
Color information
#FE550E (or 0xFE550E) is known color: International Orange. HEX triplet: FE, 55 and 0E. RGB value is (254,85,14). Sum of RGB (Red+Green+Blue) = 254+85+14=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE550E is #01AAF1. Grayscale: #7F7F7F. Windows color (decimal): -109298 or 939518. OLE color: 939518.
HSL color Cylindrical-coordinate representation of color #FE550E: hue angle of 17.75º 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 #FE550E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.00 |
| HSL | 17.75º | 0.99% | 0.53% | - |
| HSV(B) | 17.75º | 0.94% | 1% | - |
| XYZ | 44.2 | 27.6 | 3.41 | - |
| YUV | 127.44 | 63.99 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 14 | 0 | 0.67 | 0.94 | 0.00 | 17.75 | 0.99 | 0.53 |
| Hex | FE | 55 | E | 0 | 43 | 5E | 0 | 12 | 63 | 35 |
| Octal | 376 | 125 | 16 | 0 | 103 | 136 | 0 | 22 | 143 | 65 |
| Binary | 11111110 | 1010101 | 1110 | 0 | 1000011 | 1011110 | 0 | 10010 | 1100011 | 110101 |
Color Harmonies of #FE550E
Complementary color
Monochromatic Colors of #FE550E
Black with #FE550E
Text Example
Text Example
White with #FE550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE550E; }
p { color: rgb(254,85,14); }
H1.HeaderClassName
{
color: #FE550E;
}
.AnyTagClassName
{
color: #FE550E;
}
</style>
background-color css
<style>
a { background-color: #FE550E; }
a { background-color: rgb(254,85,14); }
div.DivClassName
{
background-color: #FE550E;
}
.BgClassName
{
background-color: #FE550E;
}
</style>
border-color css
<style>
span { border-color: #FE550E; }
span { border-color: rgb(254,85,14); }
td.TdClassName
{
border-color: #FE550E;
}
.TagClassName
{
border-color: #FE550E;
}
</style>