Shades of International Orange #FE5301
Tints of International Orange #FE5301
RGB
CMYK
RGB Variations
Color information
#FE5301 (or 0xFE5301) is known color: International Orange. HEX triplet: FE, 53 and 01. RGB value is (254,83,1). Sum of RGB (Red+Green+Blue) = 254+83+1=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5301 is #01ACFE. Grayscale: #7D7D7D. Windows color (decimal): -109823 or 87038. OLE color: 87038.
HSL color Cylindrical-coordinate representation of color #FE5301: hue angle of 19.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE5301 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.00 |
| HSL | 19.45º | 0.99% | 0.5% | - |
| HSV(B) | 19.45º | 1% | 1% | - |
| XYZ | 43.97 | 27.26 | 2.97 | - |
| YUV | 124.78 | 58.15 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 1 | 0 | 0.67 | 1.00 | 0.00 | 19.45 | 0.99 | 0.5 |
| Hex | FE | 53 | 1 | 0 | 43 | 64 | 0 | 13 | 63 | 32 |
| Octal | 376 | 123 | 1 | 0 | 103 | 144 | 0 | 23 | 143 | 62 |
| Binary | 11111110 | 1010011 | 1 | 0 | 1000011 | 1100100 | 0 | 10011 | 1100011 | 110010 |
Color Harmonies of #FE5301
Complementary color
Monochromatic Colors of #FE5301
Black with #FE5301
Text Example
Text Example
White with #FE5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5301; }
p { color: rgb(254,83,1); }
H1.HeaderClassName
{
color: #FE5301;
}
.AnyTagClassName
{
color: #FE5301;
}
</style>
background-color css
<style>
a { background-color: #FE5301; }
a { background-color: rgb(254,83,1); }
div.DivClassName
{
background-color: #FE5301;
}
.BgClassName
{
background-color: #FE5301;
}
</style>
border-color css
<style>
span { border-color: #FE5301; }
span { border-color: rgb(254,83,1); }
td.TdClassName
{
border-color: #FE5301;
}
.TagClassName
{
border-color: #FE5301;
}
</style>