Shades of International Orange #FE5804
Tints of International Orange #FE5804
RGB
CMYK
RGB Variations
Color information
#FE5804 (or 0xFE5804) is known color: International Orange. HEX triplet: FE, 58 and 04. RGB value is (254,88,4). Sum of RGB (Red+Green+Blue) = 254+88+4=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5804 is #01A7FB. Grayscale: #808080. Windows color (decimal): -108540 or 284926. OLE color: 284926.
HSL color Cylindrical-coordinate representation of color #FE5804: hue angle of 20.16º 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 #FE5804 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.00 |
| HSL | 20.16º | 0.99% | 0.51% | - |
| HSV(B) | 20.16º | 0.98% | 1% | - |
| XYZ | 44.38 | 28.06 | 3.19 | - |
| YUV | 128.06 | 58 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 4 | 0 | 0.65 | 0.98 | 0.00 | 20.16 | 0.99 | 0.51 |
| Hex | FE | 58 | 4 | 0 | 41 | 62 | 0 | 14 | 63 | 33 |
| Octal | 376 | 130 | 4 | 0 | 101 | 142 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011000 | 100 | 0 | 1000001 | 1100010 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5804
Complementary color
Monochromatic Colors of #FE5804
Black with #FE5804
Text Example
Text Example
White with #FE5804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5804; }
p { color: rgb(254,88,4); }
H1.HeaderClassName
{
color: #FE5804;
}
.AnyTagClassName
{
color: #FE5804;
}
</style>
background-color css
<style>
a { background-color: #FE5804; }
a { background-color: rgb(254,88,4); }
div.DivClassName
{
background-color: #FE5804;
}
.BgClassName
{
background-color: #FE5804;
}
</style>
border-color css
<style>
span { border-color: #FE5804; }
span { border-color: rgb(254,88,4); }
td.TdClassName
{
border-color: #FE5804;
}
.TagClassName
{
border-color: #FE5804;
}
</style>