Shades of International Orange #FE5501
Tints of International Orange #FE5501
RGB
CMYK
RGB Variations
Color information
#FE5501 (or 0xFE5501) is known color: International Orange. HEX triplet: FE, 55 and 01. RGB value is (254,85,1). Sum of RGB (Red+Green+Blue) = 254+85+1=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5501 is #01AAFE. Grayscale: #7E7E7E. Windows color (decimal): -109311 or 87550. OLE color: 87550.
HSL color Cylindrical-coordinate representation of color #FE5501: hue angle of 19.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE5501 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.00 |
| HSL | 19.92º | 0.99% | 0.5% | - |
| HSV(B) | 19.92º | 1% | 1% | - |
| XYZ | 44.13 | 27.57 | 3.02 | - |
| YUV | 125.96 | 57.49 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 1 | 0 | 0.67 | 1.00 | 0.00 | 19.92 | 0.99 | 0.5 |
| Hex | FE | 55 | 1 | 0 | 43 | 64 | 0 | 14 | 63 | 32 |
| Octal | 376 | 125 | 1 | 0 | 103 | 144 | 0 | 24 | 143 | 62 |
| Binary | 11111110 | 1010101 | 1 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100011 | 110010 |
Color Harmonies of #FE5501
Complementary color
Monochromatic Colors of #FE5501
Black with #FE5501
Text Example
Text Example
White with #FE5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5501; }
p { color: rgb(254,85,1); }
H1.HeaderClassName
{
color: #FE5501;
}
.AnyTagClassName
{
color: #FE5501;
}
</style>
background-color css
<style>
a { background-color: #FE5501; }
a { background-color: rgb(254,85,1); }
div.DivClassName
{
background-color: #FE5501;
}
.BgClassName
{
background-color: #FE5501;
}
</style>
border-color css
<style>
span { border-color: #FE5501; }
span { border-color: rgb(254,85,1); }
td.TdClassName
{
border-color: #FE5501;
}
.TagClassName
{
border-color: #FE5501;
}
</style>