Shades of International Orange #FE5700
Tints of International Orange #FE5700
RGB
CMYK
RGB Variations
Color information
#FE5700 (or 0xFE5700) is known color: International Orange. HEX triplet: FE, 57 and 00. RGB value is (254,87,0). Sum of RGB (Red+Green+Blue) = 254+87+0=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5700 is #01A8FF. Grayscale: #7F7F7F. Windows color (decimal): -108800 or 22526. OLE color: 22526.
HSL color Cylindrical-coordinate representation of color #FE5700: hue angle of 20.55º 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 #FE5700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.00 |
| HSL | 20.55º | 1% | 0.5% | - |
| HSV(B) | 20.55º | 1% | 1% | - |
| XYZ | 44.28 | 27.89 | 3.05 | - |
| YUV | 127.02 | 56.33 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 0 | 0 | 0.66 | 1 | 0.00 | 20.55 | 1 | 0.5 |
| Hex | FE | 57 | 0 | 0 | 42 | 64 | 0 | 15 | 64 | 32 |
| Octal | 376 | 127 | 0 | 0 | 102 | 144 | 0 | 25 | 144 | 62 |
| Binary | 11111110 | 1010111 | 0 | 0 | 1000010 | 1100100 | 0 | 10101 | 1100100 | 110010 |
Color Harmonies of #FE5700
Complementary color
Monochromatic Colors of #FE5700
Black with #FE5700
Text Example
Text Example
White with #FE5700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5700; }
p { color: rgb(254,87,0); }
H1.HeaderClassName
{
color: #FE5700;
}
.AnyTagClassName
{
color: #FE5700;
}
</style>
background-color css
<style>
a { background-color: #FE5700; }
a { background-color: rgb(254,87,0); }
div.DivClassName
{
background-color: #FE5700;
}
.BgClassName
{
background-color: #FE5700;
}
</style>
border-color css
<style>
span { border-color: #FE5700; }
span { border-color: rgb(254,87,0); }
td.TdClassName
{
border-color: #FE5700;
}
.TagClassName
{
border-color: #FE5700;
}
</style>