Html Css Color HEX #FF560E International Orange
📋 copy color: '#FF560E'red 255 ◦ green 86 ◦ blue 14
Shades of International Orange #FF560E
Tints of International Orange #FF560E
RGB
CMYK
RGB Variations
Color information
#FF560E (or 0xFF560E) is known color: International Orange. HEX triplet: FF, 56 and 0E. RGB value is (255,86,14). Sum of RGB (Red+Green+Blue) = 255+86+14=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF560E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF560E is #00A9F1. Grayscale: #808080. Windows color (decimal): -43506 or 939775. OLE color: 939775.
HSL color Cylindrical-coordinate representation of color #FF560E: hue angle of 17.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF560E is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 14 | - |
| CMYK | 0 | 0.66 | 0.95 | 0 |
| HSL | 17.93º | 1% | 0.53% | - |
| HSV(B) | 17.93º | 0.95% | 1% | - |
| XYZ | 44.65 | 27.95 | 3.46 | - |
| YUV | 128.32 | 63.49 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 14 | 0 | 0.66 | 0.95 | 0 | 17.93 | 1 | 0.53 |
| Hex | FF | 56 | E | 0 | 42 | 5F | 0 | 12 | 64 | 35 |
| Octal | 377 | 126 | 16 | 0 | 102 | 137 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1010110 | 1110 | 0 | 1000010 | 1011111 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF560E
Complementary color
Monochromatic Colors of #FF560E
Black with #FF560E
Text Example
Text Example
White with #FF560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF560E; }
p { color: rgb(255,86,14); }
H1.HeaderClassName
{
color: #FF560E;
}
.AnyTagClassName
{
color: #FF560E;
}
</style>
background-color css
<style>
a { background-color: #FF560E; }
a { background-color: rgb(255,86,14); }
div.DivClassName
{
background-color: #FF560E;
}
.BgClassName
{
background-color: #FF560E;
}
</style>
border-color css
<style>
span { border-color: #FF560E; }
span { border-color: rgb(255,86,14); }
td.TdClassName
{
border-color: #FF560E;
}
.TagClassName
{
border-color: #FF560E;
}
</style>