Shades of Outrageous Orange #FF572C
Tints of Outrageous Orange #FF572C
RGB
CMYK
RGB Variations
Color information
#FF572C (or 0xFF572C) is known color: Outrageous Orange. HEX triplet: FF, 57 and 2C. RGB value is (255,87,44). Sum of RGB (Red+Green+Blue) = 255+87+44=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF572C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF572C is #00A8D3. Grayscale: #848484. Windows color (decimal): -43220 or 2906111. OLE color: 2906111.
HSL color Cylindrical-coordinate representation of color #FF572C: hue angle of 12.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF572C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 44 | - |
| CMYK | 0 | 0.66 | 0.83 | 0 |
| HSL | 12.23º | 1% | 0.59% | - |
| HSV(B) | 12.23º | 0.83% | 1% | - |
| XYZ | 45.1 | 28.26 | 5.46 | - |
| YUV | 132.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 44 | 0 | 0.66 | 0.83 | 0 | 12.23 | 1 | 0.59 |
| Hex | FF | 57 | 2C | 0 | 42 | 53 | 0 | C | 64 | 3B |
| Octal | 377 | 127 | 54 | 0 | 102 | 123 | 0 | 14 | 144 | 73 |
| Binary | 11111111 | 1010111 | 101100 | 0 | 1000010 | 1010011 | 0 | 1100 | 1100100 | 111011 |
Color Harmonies of #FF572C
Complementary color
Monochromatic Colors of #FF572C
Black with #FF572C
Text Example
Text Example
White with #FF572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF572C; }
p { color: rgb(255,87,44); }
H1.HeaderClassName
{
color: #FF572C;
}
.AnyTagClassName
{
color: #FF572C;
}
</style>
background-color css
<style>
a { background-color: #FF572C; }
a { background-color: rgb(255,87,44); }
div.DivClassName
{
background-color: #FF572C;
}
.BgClassName
{
background-color: #FF572C;
}
</style>
border-color css
<style>
span { border-color: #FF572C; }
span { border-color: rgb(255,87,44); }
td.TdClassName
{
border-color: #FF572C;
}
.TagClassName
{
border-color: #FF572C;
}
</style>