Html Css Color HEX #FF560F International Orange
📋 copy color: '#FF560F'red 255 ◦ green 86 ◦ blue 15
Shades of International Orange #FF560F
Tints of International Orange #FF560F
RGB
CMYK
RGB Variations
Color information
#FF560F (or 0xFF560F) is known color: International Orange. HEX triplet: FF, 56 and 0F. RGB value is (255,86,15). Sum of RGB (Red+Green+Blue) = 255+86+15=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF560F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF560F is #00A9F0. Grayscale: #808080. Windows color (decimal): -43505 or 1005311. OLE color: 1005311.
HSL color Cylindrical-coordinate representation of color #FF560F: hue angle of 17.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF560F is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 15 | - |
| CMYK | 0 | 0.66 | 0.94 | 0 |
| HSL | 17.75º | 1% | 0.53% | - |
| HSV(B) | 17.75º | 0.94% | 1% | - |
| XYZ | 44.65 | 27.95 | 3.49 | - |
| YUV | 128.44 | 63.99 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 15 | 0 | 0.66 | 0.94 | 0 | 17.75 | 1 | 0.53 |
| Hex | FF | 56 | F | 0 | 42 | 5E | 0 | 12 | 64 | 35 |
| Octal | 377 | 126 | 17 | 0 | 102 | 136 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1010110 | 1111 | 0 | 1000010 | 1011110 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF560F
Complementary color
Monochromatic Colors of #FF560F
Black with #FF560F
Text Example
Text Example
White with #FF560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF560F; }
p { color: rgb(255,86,15); }
H1.HeaderClassName
{
color: #FF560F;
}
.AnyTagClassName
{
color: #FF560F;
}
</style>
background-color css
<style>
a { background-color: #FF560F; }
a { background-color: rgb(255,86,15); }
div.DivClassName
{
background-color: #FF560F;
}
.BgClassName
{
background-color: #FF560F;
}
</style>
border-color css
<style>
span { border-color: #FF560F; }
span { border-color: rgb(255,86,15); }
td.TdClassName
{
border-color: #FF560F;
}
.TagClassName
{
border-color: #FF560F;
}
</style>