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