Shades of Outrageous Orange #F2522F
Tints of Outrageous Orange #F2522F
RGB
CMYK
RGB Variations
Color information
#F2522F (or 0xF2522F) is known color: Outrageous Orange. HEX triplet: F2, 52 and 2F. RGB value is (242,82,47). Sum of RGB (Red+Green+Blue) = 242+82+47=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2522F is #0DADD0. Grayscale: #7E7E7E. Windows color (decimal): -896465 or 3101426. OLE color: 3101426.
HSL color Cylindrical-coordinate representation of color #F2522F: hue angle of 10.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2522F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.05 |
| HSL | 10.77º | 0.88% | 0.57% | - |
| HSV(B) | 10.77º | 0.81% | 0.95% | - |
| XYZ | 40.15 | 25.12 | 5.42 | - |
| YUV | 125.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 47 | 0 | 0.66 | 0.81 | 0.05 | 10.77 | 0.88 | 0.57 |
| Hex | F2 | 52 | 2F | 0 | 42 | 51 | 5 | B | 58 | 39 |
| Octal | 362 | 122 | 57 | 0 | 102 | 121 | 5 | 13 | 130 | 71 |
| Binary | 11110010 | 1010010 | 101111 | 0 | 1000010 | 1010001 | 101 | 1011 | 1011000 | 111001 |
Color Harmonies of #F2522F
Complementary color
Monochromatic Colors of #F2522F
Black with #F2522F
Text Example
Text Example
White with #F2522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2522F; }
p { color: rgb(242,82,47); }
H1.HeaderClassName
{
color: #F2522F;
}
.AnyTagClassName
{
color: #F2522F;
}
</style>
background-color css
<style>
a { background-color: #F2522F; }
a { background-color: rgb(242,82,47); }
div.DivClassName
{
background-color: #F2522F;
}
.BgClassName
{
background-color: #F2522F;
}
</style>
border-color css
<style>
span { border-color: #F2522F; }
span { border-color: rgb(242,82,47); }
td.TdClassName
{
border-color: #F2522F;
}
.TagClassName
{
border-color: #F2522F;
}
</style>