Shades of Outrageous Orange #F0522C
Tints of Outrageous Orange #F0522C
RGB
CMYK
RGB Variations
Color information
#F0522C (or 0xF0522C) is known color: Outrageous Orange. HEX triplet: F0, 52 and 2C. RGB value is (240,82,44). Sum of RGB (Red+Green+Blue) = 240+82+44=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0522C is #0FADD3. Grayscale: #7D7D7D. Windows color (decimal): -1027540 or 2904816. OLE color: 2904816.
HSL color Cylindrical-coordinate representation of color #F0522C: hue angle of 11.63º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0522C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 44 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.06 |
| HSL | 11.63º | 0.87% | 0.56% | - |
| HSV(B) | 11.63º | 0.82% | 0.94% | - |
| XYZ | 39.41 | 24.74 | 5.08 | - |
| YUV | 124.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 44 | 0 | 0.66 | 0.82 | 0.06 | 11.63 | 0.87 | 0.56 |
| Hex | F0 | 52 | 2C | 0 | 42 | 52 | 6 | C | 57 | 38 |
| Octal | 360 | 122 | 54 | 0 | 102 | 122 | 6 | 14 | 127 | 70 |
| Binary | 11110000 | 1010010 | 101100 | 0 | 1000010 | 1010010 | 110 | 1100 | 1010111 | 111000 |
Color Harmonies of #F0522C
Complementary color
Monochromatic Colors of #F0522C
Black with #F0522C
Text Example
Text Example
White with #F0522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0522C; }
p { color: rgb(240,82,44); }
H1.HeaderClassName
{
color: #F0522C;
}
.AnyTagClassName
{
color: #F0522C;
}
</style>
background-color css
<style>
a { background-color: #F0522C; }
a { background-color: rgb(240,82,44); }
div.DivClassName
{
background-color: #F0522C;
}
.BgClassName
{
background-color: #F0522C;
}
</style>
border-color css
<style>
span { border-color: #F0522C; }
span { border-color: rgb(240,82,44); }
td.TdClassName
{
border-color: #F0522C;
}
.TagClassName
{
border-color: #F0522C;
}
</style>