Html Css Color HEX #FF561A International Orange
📋 copy color: '#FF561A'red 255 ◦ green 86 ◦ blue 26
Shades of International Orange #FF561A
Tints of International Orange #FF561A
RGB
CMYK
RGB Variations
Color information
#FF561A (or 0xFF561A) is known color: International Orange. HEX triplet: FF, 56 and 1A. RGB value is (255,86,26). Sum of RGB (Red+Green+Blue) = 255+86+26=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF561A is #00A9E5. Grayscale: #828282. Windows color (decimal): -43494 or 1726207. OLE color: 1726207.
HSL color Cylindrical-coordinate representation of color #FF561A: hue angle of 15.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF561A is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 26 | - |
| CMYK | 0 | 0.66 | 0.90 | 0 |
| HSL | 15.72º | 1% | 0.55% | - |
| HSV(B) | 15.72º | 0.9% | 1% | - |
| XYZ | 44.75 | 27.99 | 4.02 | - |
| YUV | 129.69 | 69.49 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 26 | 0 | 0.66 | 0.90 | 0 | 15.72 | 1 | 0.55 |
| Hex | FF | 56 | 1A | 0 | 42 | 5A | 0 | 10 | 64 | 37 |
| Octal | 377 | 126 | 32 | 0 | 102 | 132 | 0 | 20 | 144 | 67 |
| Binary | 11111111 | 1010110 | 11010 | 0 | 1000010 | 1011010 | 0 | 10000 | 1100100 | 110111 |
Color Harmonies of #FF561A
Complementary color
Monochromatic Colors of #FF561A
Black with #FF561A
Text Example
Text Example
White with #FF561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF561A; }
p { color: rgb(255,86,26); }
H1.HeaderClassName
{
color: #FF561A;
}
.AnyTagClassName
{
color: #FF561A;
}
</style>
background-color css
<style>
a { background-color: #FF561A; }
a { background-color: rgb(255,86,26); }
div.DivClassName
{
background-color: #FF561A;
}
.BgClassName
{
background-color: #FF561A;
}
</style>
border-color css
<style>
span { border-color: #FF561A; }
span { border-color: rgb(255,86,26); }
td.TdClassName
{
border-color: #FF561A;
}
.TagClassName
{
border-color: #FF561A;
}
</style>