Html Css Color HEX #FE550B International Orange
📋 copy color: '#FE550B'red 254 ◦ green 85 ◦ blue 11
Shades of International Orange #FE550B
Tints of International Orange #FE550B
RGB
CMYK
RGB Variations
Color information
#FE550B (or 0xFE550B) is known color: International Orange. HEX triplet: FE, 55 and 0B. RGB value is (254,85,11). Sum of RGB (Red+Green+Blue) = 254+85+11=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE550B is #01AAF4. Grayscale: #7F7F7F. Windows color (decimal): -109301 or 742910. OLE color: 742910.
HSL color Cylindrical-coordinate representation of color #FE550B: hue angle of 18.27º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE550B is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 11 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.00 |
| HSL | 18.27º | 0.99% | 0.52% | - |
| HSV(B) | 18.27º | 0.96% | 1% | - |
| XYZ | 44.18 | 27.59 | 3.31 | - |
| YUV | 127.1 | 62.49 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 11 | 0 | 0.67 | 0.96 | 0.00 | 18.27 | 0.99 | 0.52 |
| Hex | FE | 55 | B | 0 | 43 | 60 | 0 | 12 | 63 | 34 |
| Octal | 376 | 125 | 13 | 0 | 103 | 140 | 0 | 22 | 143 | 64 |
| Binary | 11111110 | 1010101 | 1011 | 0 | 1000011 | 1100000 | 0 | 10010 | 1100011 | 110100 |
Color Harmonies of #FE550B
Complementary color
Monochromatic Colors of #FE550B
Black with #FE550B
Text Example
Text Example
White with #FE550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE550B; }
p { color: rgb(254,85,11); }
H1.HeaderClassName
{
color: #FE550B;
}
.AnyTagClassName
{
color: #FE550B;
}
</style>
background-color css
<style>
a { background-color: #FE550B; }
a { background-color: rgb(254,85,11); }
div.DivClassName
{
background-color: #FE550B;
}
.BgClassName
{
background-color: #FE550B;
}
</style>
border-color css
<style>
span { border-color: #FE550B; }
span { border-color: rgb(254,85,11); }
td.TdClassName
{
border-color: #FE550B;
}
.TagClassName
{
border-color: #FE550B;
}
</style>