Shades of Outrageous Orange #FF561C
Tints of Outrageous Orange #FF561C
RGB
CMYK
RGB Variations
Color information
#FF561C (or 0xFF561C) is known color: Outrageous Orange. HEX triplet: FF, 56 and 1C. RGB value is (255,86,28). Sum of RGB (Red+Green+Blue) = 255+86+28=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF561C is #00A9E3. Grayscale: #828282. Windows color (decimal): -43492 or 1857279. OLE color: 1857279.
HSL color Cylindrical-coordinate representation of color #FF561C: hue angle of 15.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF561C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 28 | - |
| CMYK | 0 | 0.66 | 0.89 | 0 |
| HSL | 15.33º | 1% | 0.55% | - |
| HSV(B) | 15.33º | 0.89% | 1% | - |
| XYZ | 44.78 | 28 | 4.14 | - |
| YUV | 129.92 | 70.49 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 28 | 0 | 0.66 | 0.89 | 0 | 15.33 | 1 | 0.55 |
| Hex | FF | 56 | 1C | 0 | 42 | 59 | 0 | F | 64 | 37 |
| Octal | 377 | 126 | 34 | 0 | 102 | 131 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010110 | 11100 | 0 | 1000010 | 1011001 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF561C
Complementary color
Monochromatic Colors of #FF561C
Black with #FF561C
Text Example
Text Example
White with #FF561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF561C; }
p { color: rgb(255,86,28); }
H1.HeaderClassName
{
color: #FF561C;
}
.AnyTagClassName
{
color: #FF561C;
}
</style>
background-color css
<style>
a { background-color: #FF561C; }
a { background-color: rgb(255,86,28); }
div.DivClassName
{
background-color: #FF561C;
}
.BgClassName
{
background-color: #FF561C;
}
</style>
border-color css
<style>
span { border-color: #FF561C; }
span { border-color: rgb(255,86,28); }
td.TdClassName
{
border-color: #FF561C;
}
.TagClassName
{
border-color: #FF561C;
}
</style>