Shades of Outrageous Orange #F2521E
Tints of Outrageous Orange #F2521E
RGB
CMYK
RGB Variations
Color information
#F2521E (or 0xF2521E) is known color: Outrageous Orange. HEX triplet: F2, 52 and 1E. RGB value is (242,82,30). Sum of RGB (Red+Green+Blue) = 242+82+30=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2521E is #0DADE1. Grayscale: #7C7C7C. Windows color (decimal): -896482 or 1987314. OLE color: 1987314.
HSL color Cylindrical-coordinate representation of color #F2521E: hue angle of 14.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2521E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 30 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 14.72º | 0.89% | 0.53% | - |
| HSV(B) | 14.72º | 0.88% | 0.95% | - |
| XYZ | 39.87 | 25.01 | 3.95 | - |
| YUV | 123.91 | 75.01 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 30 | 0 | 0.66 | 0.88 | 0.05 | 14.72 | 0.89 | 0.53 |
| Hex | F2 | 52 | 1E | 0 | 42 | 58 | 5 | F | 59 | 35 |
| Octal | 362 | 122 | 36 | 0 | 102 | 130 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010010 | 11110 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2521E
Complementary color
Monochromatic Colors of #F2521E
Black with #F2521E
Text Example
Text Example
White with #F2521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2521E; }
p { color: rgb(242,82,30); }
H1.HeaderClassName
{
color: #F2521E;
}
.AnyTagClassName
{
color: #F2521E;
}
</style>
background-color css
<style>
a { background-color: #F2521E; }
a { background-color: rgb(242,82,30); }
div.DivClassName
{
background-color: #F2521E;
}
.BgClassName
{
background-color: #F2521E;
}
</style>
border-color css
<style>
span { border-color: #F2521E; }
span { border-color: rgb(242,82,30); }
td.TdClassName
{
border-color: #F2521E;
}
.TagClassName
{
border-color: #F2521E;
}
</style>