Html Css Color HEX #FF560B International Orange
📋 copy color: '#FF560B'red 255 ◦ green 86 ◦ blue 11
Shades of International Orange #FF560B
Tints of International Orange #FF560B
RGB
CMYK
RGB Variations
Color information
#FF560B (or 0xFF560B) is known color: International Orange. HEX triplet: FF, 56 and 0B. RGB value is (255,86,11). Sum of RGB (Red+Green+Blue) = 255+86+11=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF560B is #00A9F4. Grayscale: #808080. Windows color (decimal): -43509 or 743167. OLE color: 743167.
HSL color Cylindrical-coordinate representation of color #FF560B: hue angle of 18.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF560B is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 11 | - |
| CMYK | 0 | 0.66 | 0.96 | 0 |
| HSL | 18.44º | 1% | 0.52% | - |
| HSV(B) | 18.44º | 0.96% | 1% | - |
| XYZ | 44.63 | 27.94 | 3.36 | - |
| YUV | 127.98 | 61.99 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 11 | 0 | 0.66 | 0.96 | 0 | 18.44 | 1 | 0.52 |
| Hex | FF | 56 | B | 0 | 42 | 60 | 0 | 12 | 64 | 34 |
| Octal | 377 | 126 | 13 | 0 | 102 | 140 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010110 | 1011 | 0 | 1000010 | 1100000 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF560B
Complementary color
Monochromatic Colors of #FF560B
Black with #FF560B
Text Example
Text Example
White with #FF560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF560B; }
p { color: rgb(255,86,11); }
H1.HeaderClassName
{
color: #FF560B;
}
.AnyTagClassName
{
color: #FF560B;
}
</style>
background-color css
<style>
a { background-color: #FF560B; }
a { background-color: rgb(255,86,11); }
div.DivClassName
{
background-color: #FF560B;
}
.BgClassName
{
background-color: #FF560B;
}
</style>
border-color css
<style>
span { border-color: #FF560B; }
span { border-color: rgb(255,86,11); }
td.TdClassName
{
border-color: #FF560B;
}
.TagClassName
{
border-color: #FF560B;
}
</style>