Shades of Outrageous Orange #F25621
Tints of Outrageous Orange #F25621
RGB
CMYK
RGB Variations
Color information
#F25621 (or 0xF25621) is known color: Outrageous Orange. HEX triplet: F2, 56 and 21. RGB value is (242,86,33). Sum of RGB (Red+Green+Blue) = 242+86+33=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25621 is #0DA9DE. Grayscale: #7E7E7E. Windows color (decimal): -895455 or 2184946. OLE color: 2184946.
HSL color Cylindrical-coordinate representation of color #F25621: hue angle of 15.22º 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 #F25621 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 33 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.05 |
| HSL | 15.22º | 0.89% | 0.54% | - |
| HSV(B) | 15.22º | 0.86% | 0.95% | - |
| XYZ | 40.22 | 25.64 | 4.27 | - |
| YUV | 126.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 33 | 0 | 0.64 | 0.86 | 0.05 | 15.22 | 0.89 | 0.54 |
| Hex | F2 | 56 | 21 | 0 | 40 | 56 | 5 | F | 59 | 36 |
| Octal | 362 | 126 | 41 | 0 | 100 | 126 | 5 | 17 | 131 | 66 |
| Binary | 11110010 | 1010110 | 100001 | 0 | 1000000 | 1010110 | 101 | 1111 | 1011001 | 110110 |
Color Harmonies of #F25621
Complementary color
Monochromatic Colors of #F25621
Black with #F25621
Text Example
Text Example
White with #F25621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25621; }
p { color: rgb(242,86,33); }
H1.HeaderClassName
{
color: #F25621;
}
.AnyTagClassName
{
color: #F25621;
}
</style>
background-color css
<style>
a { background-color: #F25621; }
a { background-color: rgb(242,86,33); }
div.DivClassName
{
background-color: #F25621;
}
.BgClassName
{
background-color: #F25621;
}
</style>
border-color css
<style>
span { border-color: #F25621; }
span { border-color: rgb(242,86,33); }
td.TdClassName
{
border-color: #F25621;
}
.TagClassName
{
border-color: #F25621;
}
</style>