Shades of International Orange #FE5702
Tints of International Orange #FE5702
RGB
CMYK
RGB Variations
Color information
#FE5702 (or 0xFE5702) is known color: International Orange. HEX triplet: FE, 57 and 02. RGB value is (254,87,2). Sum of RGB (Red+Green+Blue) = 254+87+2=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5702 is #01A8FD. Grayscale: #7F7F7F. Windows color (decimal): -108798 or 153598. OLE color: 153598.
HSL color Cylindrical-coordinate representation of color #FE5702: hue angle of 20.24º 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 #FE5702 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.00 |
| HSL | 20.24º | 0.99% | 0.5% | - |
| HSV(B) | 20.24º | 0.99% | 1% | - |
| XYZ | 44.29 | 27.89 | 3.11 | - |
| YUV | 127.24 | 57.33 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 2 | 0 | 0.66 | 0.99 | 0.00 | 20.24 | 0.99 | 0.5 |
| Hex | FE | 57 | 2 | 0 | 42 | 63 | 0 | 14 | 63 | 32 |
| Octal | 376 | 127 | 2 | 0 | 102 | 143 | 0 | 24 | 143 | 62 |
| Binary | 11111110 | 1010111 | 10 | 0 | 1000010 | 1100011 | 0 | 10100 | 1100011 | 110010 |
Color Harmonies of #FE5702
Complementary color
Monochromatic Colors of #FE5702
Black with #FE5702
Text Example
Text Example
White with #FE5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5702; }
p { color: rgb(254,87,2); }
H1.HeaderClassName
{
color: #FE5702;
}
.AnyTagClassName
{
color: #FE5702;
}
</style>
background-color css
<style>
a { background-color: #FE5702; }
a { background-color: rgb(254,87,2); }
div.DivClassName
{
background-color: #FE5702;
}
.BgClassName
{
background-color: #FE5702;
}
</style>
border-color css
<style>
span { border-color: #FE5702; }
span { border-color: rgb(254,87,2); }
td.TdClassName
{
border-color: #FE5702;
}
.TagClassName
{
border-color: #FE5702;
}
</style>