Shades of International Orange #FE5707
Tints of International Orange #FE5707
RGB
CMYK
RGB Variations
Color information
#FE5707 (or 0xFE5707) is known color: International Orange. HEX triplet: FE, 57 and 07. RGB value is (254,87,7). Sum of RGB (Red+Green+Blue) = 254+87+7=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5707 is #01A8F8. Grayscale: #808080. Windows color (decimal): -108793 or 481278. OLE color: 481278.
HSL color Cylindrical-coordinate representation of color #FE5707: hue angle of 19.43º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE5707 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.00 |
| HSL | 19.43º | 0.99% | 0.51% | - |
| HSV(B) | 19.43º | 0.97% | 1% | - |
| XYZ | 44.32 | 27.9 | 3.25 | - |
| YUV | 127.81 | 59.83 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 7 | 0 | 0.66 | 0.97 | 0.00 | 19.43 | 0.99 | 0.51 |
| Hex | FE | 57 | 7 | 0 | 42 | 61 | 0 | 13 | 63 | 33 |
| Octal | 376 | 127 | 7 | 0 | 102 | 141 | 0 | 23 | 143 | 63 |
| Binary | 11111110 | 1010111 | 111 | 0 | 1000010 | 1100001 | 0 | 10011 | 1100011 | 110011 |
Color Harmonies of #FE5707
Complementary color
Monochromatic Colors of #FE5707
Black with #FE5707
Text Example
Text Example
White with #FE5707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5707; }
p { color: rgb(254,87,7); }
H1.HeaderClassName
{
color: #FE5707;
}
.AnyTagClassName
{
color: #FE5707;
}
</style>
background-color css
<style>
a { background-color: #FE5707; }
a { background-color: rgb(254,87,7); }
div.DivClassName
{
background-color: #FE5707;
}
.BgClassName
{
background-color: #FE5707;
}
</style>
border-color css
<style>
span { border-color: #FE5707; }
span { border-color: rgb(254,87,7); }
td.TdClassName
{
border-color: #FE5707;
}
.TagClassName
{
border-color: #FE5707;
}
</style>