Shades of International Orange #FE5701
Tints of International Orange #FE5701
RGB
CMYK
RGB Variations
Color information
#FE5701 (or 0xFE5701) is known color: International Orange. HEX triplet: FE, 57 and 01. RGB value is (254,87,1). Sum of RGB (Red+Green+Blue) = 254+87+1=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5701 is #01A8FE. Grayscale: #7F7F7F. Windows color (decimal): -108799 or 88062. OLE color: 88062.
HSL color Cylindrical-coordinate representation of color #FE5701: hue angle of 20.4º 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 #FE5701 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.00 |
| HSL | 20.4º | 0.99% | 0.5% | - |
| HSV(B) | 20.4º | 1% | 1% | - |
| XYZ | 44.29 | 27.89 | 3.08 | - |
| YUV | 127.13 | 56.83 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 1 | 0 | 0.66 | 1.00 | 0.00 | 20.4 | 0.99 | 0.5 |
| Hex | FE | 57 | 1 | 0 | 42 | 64 | 0 | 14 | 63 | 32 |
| Octal | 376 | 127 | 1 | 0 | 102 | 144 | 0 | 24 | 143 | 62 |
| Binary | 11111110 | 1010111 | 1 | 0 | 1000010 | 1100100 | 0 | 10100 | 1100011 | 110010 |
Color Harmonies of #FE5701
Complementary color
Monochromatic Colors of #FE5701
Black with #FE5701
Text Example
Text Example
White with #FE5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5701; }
p { color: rgb(254,87,1); }
H1.HeaderClassName
{
color: #FE5701;
}
.AnyTagClassName
{
color: #FE5701;
}
</style>
background-color css
<style>
a { background-color: #FE5701; }
a { background-color: rgb(254,87,1); }
div.DivClassName
{
background-color: #FE5701;
}
.BgClassName
{
background-color: #FE5701;
}
</style>
border-color css
<style>
span { border-color: #FE5701; }
span { border-color: rgb(254,87,1); }
td.TdClassName
{
border-color: #FE5701;
}
.TagClassName
{
border-color: #FE5701;
}
</style>