Shades of International Orange #FE5602
Tints of International Orange #FE5602
RGB
CMYK
RGB Variations
Color information
#FE5602 (or 0xFE5602) is known color: International Orange. HEX triplet: FE, 56 and 02. RGB value is (254,86,2). Sum of RGB (Red+Green+Blue) = 254+86+2=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5602 is #01A9FD. Grayscale: #7F7F7F. Windows color (decimal): -109054 or 153342. OLE color: 153342.
HSL color Cylindrical-coordinate representation of color #FE5602: hue angle of 20º 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 #FE5602 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.00 |
| HSL | 20º | 0.99% | 0.5% | - |
| HSV(B) | 20º | 0.99% | 1% | - |
| XYZ | 44.21 | 27.73 | 3.08 | - |
| YUV | 126.66 | 57.66 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 2 | 0 | 0.66 | 0.99 | 0.00 | 20 | 0.99 | 0.5 |
| Hex | FE | 56 | 2 | 0 | 42 | 63 | 0 | 14 | 63 | 32 |
| Octal | 376 | 126 | 2 | 0 | 102 | 143 | 0 | 24 | 143 | 62 |
| Binary | 11111110 | 1010110 | 10 | 0 | 1000010 | 1100011 | 0 | 10100 | 1100011 | 110010 |
Color Harmonies of #FE5602
Complementary color
Monochromatic Colors of #FE5602
Black with #FE5602
Text Example
Text Example
White with #FE5602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5602; }
p { color: rgb(254,86,2); }
H1.HeaderClassName
{
color: #FE5602;
}
.AnyTagClassName
{
color: #FE5602;
}
</style>
background-color css
<style>
a { background-color: #FE5602; }
a { background-color: rgb(254,86,2); }
div.DivClassName
{
background-color: #FE5602;
}
.BgClassName
{
background-color: #FE5602;
}
</style>
border-color css
<style>
span { border-color: #FE5602; }
span { border-color: rgb(254,86,2); }
td.TdClassName
{
border-color: #FE5602;
}
.TagClassName
{
border-color: #FE5602;
}
</style>