Shades of Outrageous Orange #F5572F
Tints of Outrageous Orange #F5572F
RGB
CMYK
RGB Variations
Color information
#F5572F (or 0xF5572F) is known color: Outrageous Orange. HEX triplet: F5, 57 and 2F. RGB value is (245,87,47). Sum of RGB (Red+Green+Blue) = 245+87+47=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5572F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5572F is #0AA8D0. Grayscale: #828282. Windows color (decimal): -698577 or 3102709. OLE color: 3102709.
HSL color Cylindrical-coordinate representation of color #F5572F: hue angle of 12.12º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5572F is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 47 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.04 |
| HSL | 12.12º | 0.91% | 0.57% | - |
| HSV(B) | 12.12º | 0.81% | 0.96% | - |
| XYZ | 41.58 | 26.43 | 5.6 | - |
| YUV | 129.68 | 81.35 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 47 | 0 | 0.64 | 0.81 | 0.04 | 12.12 | 0.91 | 0.57 |
| Hex | F5 | 57 | 2F | 0 | 40 | 51 | 4 | C | 5B | 39 |
| Octal | 365 | 127 | 57 | 0 | 100 | 121 | 4 | 14 | 133 | 71 |
| Binary | 11110101 | 1010111 | 101111 | 0 | 1000000 | 1010001 | 100 | 1100 | 1011011 | 111001 |
Color Harmonies of #F5572F
Complementary color
Monochromatic Colors of #F5572F
Black with #F5572F
Text Example
Text Example
White with #F5572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5572F; }
p { color: rgb(245,87,47); }
H1.HeaderClassName
{
color: #F5572F;
}
.AnyTagClassName
{
color: #F5572F;
}
</style>
background-color css
<style>
a { background-color: #F5572F; }
a { background-color: rgb(245,87,47); }
div.DivClassName
{
background-color: #F5572F;
}
.BgClassName
{
background-color: #F5572F;
}
</style>
border-color css
<style>
span { border-color: #F5572F; }
span { border-color: rgb(245,87,47); }
td.TdClassName
{
border-color: #F5572F;
}
.TagClassName
{
border-color: #F5572F;
}
</style>