Html Css Color HEX #FF560D International Orange
📋 copy color: '#FF560D'red 255 ◦ green 86 ◦ blue 13
Shades of International Orange #FF560D
Tints of International Orange #FF560D
RGB
CMYK
RGB Variations
Color information
#FF560D (or 0xFF560D) is known color: International Orange. HEX triplet: FF, 56 and 0D. RGB value is (255,86,13). Sum of RGB (Red+Green+Blue) = 255+86+13=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF560D is #00A9F2. Grayscale: #808080. Windows color (decimal): -43507 or 874239. OLE color: 874239.
HSL color Cylindrical-coordinate representation of color #FF560D: hue angle of 18.1º 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 #FF560D is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 13 | - |
| CMYK | 0 | 0.66 | 0.95 | 0 |
| HSL | 18.1º | 1% | 0.53% | - |
| HSV(B) | 18.1º | 0.95% | 1% | - |
| XYZ | 44.64 | 27.94 | 3.42 | - |
| YUV | 128.21 | 62.99 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 13 | 0 | 0.66 | 0.95 | 0 | 18.1 | 1 | 0.53 |
| Hex | FF | 56 | D | 0 | 42 | 5F | 0 | 12 | 64 | 35 |
| Octal | 377 | 126 | 15 | 0 | 102 | 137 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1010110 | 1101 | 0 | 1000010 | 1011111 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF560D
Complementary color
Monochromatic Colors of #FF560D
Black with #FF560D
Text Example
Text Example
White with #FF560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF560D; }
p { color: rgb(255,86,13); }
H1.HeaderClassName
{
color: #FF560D;
}
.AnyTagClassName
{
color: #FF560D;
}
</style>
background-color css
<style>
a { background-color: #FF560D; }
a { background-color: rgb(255,86,13); }
div.DivClassName
{
background-color: #FF560D;
}
.BgClassName
{
background-color: #FF560D;
}
</style>
border-color css
<style>
span { border-color: #FF560D; }
span { border-color: rgb(255,86,13); }
td.TdClassName
{
border-color: #FF560D;
}
.TagClassName
{
border-color: #FF560D;
}
</style>