Shades of Outrageous Orange #F25021
Tints of Outrageous Orange #F25021
RGB
CMYK
RGB Variations
Color information
#F25021 (or 0xF25021) is known color: Outrageous Orange. HEX triplet: F2, 50 and 21. RGB value is (242,80,33). Sum of RGB (Red+Green+Blue) = 242+80+33=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F25021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25021 is #0DAFDE. Grayscale: #7B7B7B. Windows color (decimal): -896991 or 2183410. OLE color: 2183410.
HSL color Cylindrical-coordinate representation of color #F25021: hue angle of 13.49º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F25021 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 33 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.05 |
| HSL | 13.49º | 0.89% | 0.54% | - |
| HSV(B) | 13.49º | 0.86% | 0.95% | - |
| XYZ | 39.76 | 24.72 | 4.12 | - |
| YUV | 123.08 | 77.17 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 33 | 0 | 0.67 | 0.86 | 0.05 | 13.49 | 0.89 | 0.54 |
| Hex | F2 | 50 | 21 | 0 | 43 | 56 | 5 | D | 59 | 36 |
| Octal | 362 | 120 | 41 | 0 | 103 | 126 | 5 | 15 | 131 | 66 |
| Binary | 11110010 | 1010000 | 100001 | 0 | 1000011 | 1010110 | 101 | 1101 | 1011001 | 110110 |
Color Harmonies of #F25021
Complementary color
Monochromatic Colors of #F25021
Black with #F25021
Text Example
Text Example
White with #F25021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25021; }
p { color: rgb(242,80,33); }
H1.HeaderClassName
{
color: #F25021;
}
.AnyTagClassName
{
color: #F25021;
}
</style>
background-color css
<style>
a { background-color: #F25021; }
a { background-color: rgb(242,80,33); }
div.DivClassName
{
background-color: #F25021;
}
.BgClassName
{
background-color: #F25021;
}
</style>
border-color css
<style>
span { border-color: #F25021; }
span { border-color: rgb(242,80,33); }
td.TdClassName
{
border-color: #F25021;
}
.TagClassName
{
border-color: #F25021;
}
</style>