Shades of International Orange #FE5300
Tints of International Orange #FE5300
RGB
CMYK
RGB Variations
Color information
#FE5300 (or 0xFE5300) is known color: International Orange. HEX triplet: FE, 53 and 00. RGB value is (254,83,0). Sum of RGB (Red+Green+Blue) = 254+83+0=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5300 is #01ACFF. Grayscale: #7D7D7D. Windows color (decimal): -109824 or 21502. OLE color: 21502.
HSL color Cylindrical-coordinate representation of color #FE5300: hue angle of 19.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE5300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.00 |
| HSL | 19.61º | 1% | 0.5% | - |
| HSV(B) | 19.61º | 1% | 1% | - |
| XYZ | 43.97 | 27.26 | 2.94 | - |
| YUV | 124.67 | 57.65 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 0 | 0 | 0.67 | 1 | 0.00 | 19.61 | 1 | 0.5 |
| Hex | FE | 53 | 0 | 0 | 43 | 64 | 0 | 14 | 64 | 32 |
| Octal | 376 | 123 | 0 | 0 | 103 | 144 | 0 | 24 | 144 | 62 |
| Binary | 11111110 | 1010011 | 0 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FE5300
Complementary color
Monochromatic Colors of #FE5300
Black with #FE5300
Text Example
Text Example
White with #FE5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5300; }
p { color: rgb(254,83,0); }
H1.HeaderClassName
{
color: #FE5300;
}
.AnyTagClassName
{
color: #FE5300;
}
</style>
background-color css
<style>
a { background-color: #FE5300; }
a { background-color: rgb(254,83,0); }
div.DivClassName
{
background-color: #FE5300;
}
.BgClassName
{
background-color: #FE5300;
}
</style>
border-color css
<style>
span { border-color: #FE5300; }
span { border-color: rgb(254,83,0); }
td.TdClassName
{
border-color: #FE5300;
}
.TagClassName
{
border-color: #FE5300;
}
</style>