Html Css Color HEX #FE560A International Orange
📋 copy color: '#FE560A'red 254 ◦ green 86 ◦ blue 10
Shades of International Orange #FE560A
Tints of International Orange #FE560A
RGB
CMYK
RGB Variations
Color information
#FE560A (or 0xFE560A) is known color: International Orange. HEX triplet: FE, 56 and 0A. RGB value is (254,86,10). Sum of RGB (Red+Green+Blue) = 254+86+10=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE560A is #01A9F5. Grayscale: #808080. Windows color (decimal): -109046 or 677630. OLE color: 677630.
HSL color Cylindrical-coordinate representation of color #FE560A: hue angle of 18.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE560A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.00 |
| HSL | 18.69º | 0.99% | 0.52% | - |
| HSV(B) | 18.69º | 0.96% | 1% | - |
| XYZ | 44.26 | 27.75 | 3.31 | - |
| YUV | 127.57 | 61.66 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 10 | 0 | 0.66 | 0.96 | 0.00 | 18.69 | 0.99 | 0.52 |
| Hex | FE | 56 | A | 0 | 42 | 60 | 0 | 13 | 63 | 34 |
| Octal | 376 | 126 | 12 | 0 | 102 | 140 | 0 | 23 | 143 | 64 |
| Binary | 11111110 | 1010110 | 1010 | 0 | 1000010 | 1100000 | 0 | 10011 | 1100011 | 110100 |
Color Harmonies of #FE560A
Complementary color
Monochromatic Colors of #FE560A
Black with #FE560A
Text Example
Text Example
White with #FE560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE560A; }
p { color: rgb(254,86,10); }
H1.HeaderClassName
{
color: #FE560A;
}
.AnyTagClassName
{
color: #FE560A;
}
</style>
background-color css
<style>
a { background-color: #FE560A; }
a { background-color: rgb(254,86,10); }
div.DivClassName
{
background-color: #FE560A;
}
.BgClassName
{
background-color: #FE560A;
}
</style>
border-color css
<style>
span { border-color: #FE560A; }
span { border-color: rgb(254,86,10); }
td.TdClassName
{
border-color: #FE560A;
}
.TagClassName
{
border-color: #FE560A;
}
</style>