Shades of International Orange #FE5706
Tints of International Orange #FE5706
RGB
CMYK
RGB Variations
Color information
#FE5706 (or 0xFE5706) is known color: International Orange. HEX triplet: FE, 57 and 06. RGB value is (254,87,6). Sum of RGB (Red+Green+Blue) = 254+87+6=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5706 is #01A8F9. Grayscale: #808080. Windows color (decimal): -108794 or 415742. OLE color: 415742.
HSL color Cylindrical-coordinate representation of color #FE5706: hue angle of 19.6º 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 #FE5706 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 6 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.00 |
| HSL | 19.6º | 0.99% | 0.51% | - |
| HSV(B) | 19.6º | 0.98% | 1% | - |
| XYZ | 44.31 | 27.9 | 3.22 | - |
| YUV | 127.7 | 59.33 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 6 | 0 | 0.66 | 0.98 | 0.00 | 19.6 | 0.99 | 0.51 |
| Hex | FE | 57 | 6 | 0 | 42 | 62 | 0 | 14 | 63 | 33 |
| Octal | 376 | 127 | 6 | 0 | 102 | 142 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1010111 | 110 | 0 | 1000010 | 1100010 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5706
Complementary color
Monochromatic Colors of #FE5706
Black with #FE5706
Text Example
Text Example
White with #FE5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5706; }
p { color: rgb(254,87,6); }
H1.HeaderClassName
{
color: #FE5706;
}
.AnyTagClassName
{
color: #FE5706;
}
</style>
background-color css
<style>
a { background-color: #FE5706; }
a { background-color: rgb(254,87,6); }
div.DivClassName
{
background-color: #FE5706;
}
.BgClassName
{
background-color: #FE5706;
}
</style>
border-color css
<style>
span { border-color: #FE5706; }
span { border-color: rgb(254,87,6); }
td.TdClassName
{
border-color: #FE5706;
}
.TagClassName
{
border-color: #FE5706;
}
</style>