Html Css Color HEX #FF560C International Orange
📋 copy color: '#FF560C'red 255 ◦ green 86 ◦ blue 12
Shades of International Orange #FF560C
Tints of International Orange #FF560C
RGB
CMYK
RGB Variations
Color information
#FF560C (or 0xFF560C) is known color: International Orange. HEX triplet: FF, 56 and 0C. RGB value is (255,86,12). Sum of RGB (Red+Green+Blue) = 255+86+12=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF560C is #00A9F3. Grayscale: #808080. Windows color (decimal): -43508 or 808703. OLE color: 808703.
HSL color Cylindrical-coordinate representation of color #FF560C: hue angle of 18.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF560C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0 |
| HSL | 18.27º | 1% | 0.52% | - |
| HSV(B) | 18.27º | 0.95% | 1% | - |
| XYZ | 44.63 | 27.94 | 3.39 | - |
| YUV | 128.1 | 62.49 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 12 | 0 | 0.66 | 0.95 | 0 | 18.27 | 1 | 0.52 |
| Hex | FF | 56 | C | 0 | 42 | 5F | 0 | 12 | 64 | 34 |
| Octal | 377 | 126 | 14 | 0 | 102 | 137 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010110 | 1100 | 0 | 1000010 | 1011111 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF560C
Complementary color
Monochromatic Colors of #FF560C
Black with #FF560C
Text Example
Text Example
White with #FF560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF560C; }
p { color: rgb(255,86,12); }
H1.HeaderClassName
{
color: #FF560C;
}
.AnyTagClassName
{
color: #FF560C;
}
</style>
background-color css
<style>
a { background-color: #FF560C; }
a { background-color: rgb(255,86,12); }
div.DivClassName
{
background-color: #FF560C;
}
.BgClassName
{
background-color: #FF560C;
}
</style>
border-color css
<style>
span { border-color: #FF560C; }
span { border-color: rgb(255,86,12); }
td.TdClassName
{
border-color: #FF560C;
}
.TagClassName
{
border-color: #FF560C;
}
</style>