Shades of International Orange #FE5304
Tints of International Orange #FE5304
RGB
CMYK
RGB Variations
Color information
#FE5304 (or 0xFE5304) is known color: International Orange. HEX triplet: FE, 53 and 04. RGB value is (254,83,4). Sum of RGB (Red+Green+Blue) = 254+83+4=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5304 is #01ACFB. Grayscale: #7D7D7D. Windows color (decimal): -109820 or 283646. OLE color: 283646.
HSL color Cylindrical-coordinate representation of color #FE5304: hue angle of 18.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE5304 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.00 |
| HSL | 18.96º | 0.99% | 0.51% | - |
| HSV(B) | 18.96º | 0.98% | 1% | - |
| XYZ | 43.99 | 27.27 | 3.06 | - |
| YUV | 125.12 | 59.65 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 4 | 0 | 0.67 | 0.98 | 0.00 | 18.96 | 0.99 | 0.51 |
| Hex | FE | 53 | 4 | 0 | 43 | 62 | 0 | 13 | 63 | 33 |
| Octal | 376 | 123 | 4 | 0 | 103 | 142 | 0 | 23 | 143 | 63 |
| Binary | 11111110 | 1010011 | 100 | 0 | 1000011 | 1100010 | 0 | 10011 | 1100011 | 110011 |
Color Harmonies of #FE5304
Complementary color
Monochromatic Colors of #FE5304
Black with #FE5304
Text Example
Text Example
White with #FE5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5304; }
p { color: rgb(254,83,4); }
H1.HeaderClassName
{
color: #FE5304;
}
.AnyTagClassName
{
color: #FE5304;
}
</style>
background-color css
<style>
a { background-color: #FE5304; }
a { background-color: rgb(254,83,4); }
div.DivClassName
{
background-color: #FE5304;
}
.BgClassName
{
background-color: #FE5304;
}
</style>
border-color css
<style>
span { border-color: #FE5304; }
span { border-color: rgb(254,83,4); }
td.TdClassName
{
border-color: #FE5304;
}
.TagClassName
{
border-color: #FE5304;
}
</style>