Html Css Color HEX #FE560E International Orange
📋 copy color: '#FE560E'red 254 ◦ green 86 ◦ blue 14
Shades of International Orange #FE560E
Tints of International Orange #FE560E
RGB
CMYK
RGB Variations
Color information
#FE560E (or 0xFE560E) is known color: International Orange. HEX triplet: FE, 56 and 0E. RGB value is (254,86,14). Sum of RGB (Red+Green+Blue) = 254+86+14=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE560E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE560E is #01A9F1. Grayscale: #808080. Windows color (decimal): -109042 or 939774. OLE color: 939774.
HSL color Cylindrical-coordinate representation of color #FE560E: hue angle of 18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE560E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.00 |
| HSL | 18º | 0.99% | 0.53% | - |
| HSV(B) | 18º | 0.94% | 1% | - |
| XYZ | 44.28 | 27.76 | 3.44 | - |
| YUV | 128.02 | 63.66 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 14 | 0 | 0.66 | 0.94 | 0.00 | 18 | 0.99 | 0.53 |
| Hex | FE | 56 | E | 0 | 42 | 5E | 0 | 12 | 63 | 35 |
| Octal | 376 | 126 | 16 | 0 | 102 | 136 | 0 | 22 | 143 | 65 |
| Binary | 11111110 | 1010110 | 1110 | 0 | 1000010 | 1011110 | 0 | 10010 | 1100011 | 110101 |
Color Harmonies of #FE560E
Complementary color
Monochromatic Colors of #FE560E
Black with #FE560E
Text Example
Text Example
White with #FE560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE560E; }
p { color: rgb(254,86,14); }
H1.HeaderClassName
{
color: #FE560E;
}
.AnyTagClassName
{
color: #FE560E;
}
</style>
background-color css
<style>
a { background-color: #FE560E; }
a { background-color: rgb(254,86,14); }
div.DivClassName
{
background-color: #FE560E;
}
.BgClassName
{
background-color: #FE560E;
}
</style>
border-color css
<style>
span { border-color: #FE560E; }
span { border-color: rgb(254,86,14); }
td.TdClassName
{
border-color: #FE560E;
}
.TagClassName
{
border-color: #FE560E;
}
</style>