Html Css Color HEX #FE5511 International Orange
📋 copy color: '#FE5511'red 254 ◦ green 85 ◦ blue 17
Shades of International Orange #FE5511
Tints of International Orange #FE5511
RGB
CMYK
RGB Variations
Color information
#FE5511 (or 0xFE5511) is known color: International Orange. HEX triplet: FE, 55 and 11. RGB value is (254,85,17). Sum of RGB (Red+Green+Blue) = 254+85+17=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5511 is #01AAEE. Grayscale: #808080. Windows color (decimal): -109295 or 1136126. OLE color: 1136126.
HSL color Cylindrical-coordinate representation of color #FE5511: hue angle of 17.22º 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 #FE5511 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.00 |
| HSL | 17.22º | 0.99% | 0.53% | - |
| HSV(B) | 17.22º | 0.93% | 1% | - |
| XYZ | 44.22 | 27.61 | 3.53 | - |
| YUV | 127.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 17 | 0 | 0.67 | 0.93 | 0.00 | 17.22 | 0.99 | 0.53 |
| Hex | FE | 55 | 11 | 0 | 43 | 5D | 0 | 11 | 63 | 35 |
| Octal | 376 | 125 | 21 | 0 | 103 | 135 | 0 | 21 | 143 | 65 |
| Binary | 11111110 | 1010101 | 10001 | 0 | 1000011 | 1011101 | 0 | 10001 | 1100011 | 110101 |
Color Harmonies of #FE5511
Complementary color
Monochromatic Colors of #FE5511
Black with #FE5511
Text Example
Text Example
White with #FE5511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5511; }
p { color: rgb(254,85,17); }
H1.HeaderClassName
{
color: #FE5511;
}
.AnyTagClassName
{
color: #FE5511;
}
</style>
background-color css
<style>
a { background-color: #FE5511; }
a { background-color: rgb(254,85,17); }
div.DivClassName
{
background-color: #FE5511;
}
.BgClassName
{
background-color: #FE5511;
}
</style>
border-color css
<style>
span { border-color: #FE5511; }
span { border-color: rgb(254,85,17); }
td.TdClassName
{
border-color: #FE5511;
}
.TagClassName
{
border-color: #FE5511;
}
</style>