Shades of International Orange #FE5202
Tints of International Orange #FE5202
RGB
CMYK
RGB Variations
Color information
#FE5202 (or 0xFE5202) is known color: International Orange. HEX triplet: FE, 52 and 02. RGB value is (254,82,2). Sum of RGB (Red+Green+Blue) = 254+82+2=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5202 is #01ADFD. Grayscale: #7C7C7C. Windows color (decimal): -110078 or 152318. OLE color: 152318.
HSL color Cylindrical-coordinate representation of color #FE5202: hue angle of 19.05º 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 #FE5202 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.00 |
| HSL | 19.05º | 0.99% | 0.5% | - |
| HSV(B) | 19.05º | 0.99% | 1% | - |
| XYZ | 43.9 | 27.11 | 2.98 | - |
| YUV | 124.31 | 58.98 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 2 | 0 | 0.68 | 0.99 | 0.00 | 19.05 | 0.99 | 0.5 |
| Hex | FE | 52 | 2 | 0 | 44 | 63 | 0 | 13 | 63 | 32 |
| Octal | 376 | 122 | 2 | 0 | 104 | 143 | 0 | 23 | 143 | 62 |
| Binary | 11111110 | 1010010 | 10 | 0 | 1000100 | 1100011 | 0 | 10011 | 1100011 | 110010 |
Color Harmonies of #FE5202
Complementary color
Monochromatic Colors of #FE5202
Black with #FE5202
Text Example
Text Example
White with #FE5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5202; }
p { color: rgb(254,82,2); }
H1.HeaderClassName
{
color: #FE5202;
}
.AnyTagClassName
{
color: #FE5202;
}
</style>
background-color css
<style>
a { background-color: #FE5202; }
a { background-color: rgb(254,82,2); }
div.DivClassName
{
background-color: #FE5202;
}
.BgClassName
{
background-color: #FE5202;
}
</style>
border-color css
<style>
span { border-color: #FE5202; }
span { border-color: rgb(254,82,2); }
td.TdClassName
{
border-color: #FE5202;
}
.TagClassName
{
border-color: #FE5202;
}
</style>