Shades of Outrageous Orange #F26024
Tints of Outrageous Orange #F26024
RGB
CMYK
RGB Variations
Color information
#F26024 (or 0xF26024) is known color: Outrageous Orange. HEX triplet: F2, 60 and 24. RGB value is (242,96,36). Sum of RGB (Red+Green+Blue) = 242+96+36=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F26024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26024 is #0D9FDB. Grayscale: #858585. Windows color (decimal): -892892 or 2384114. OLE color: 2384114.
HSL color Cylindrical-coordinate representation of color #F26024: hue angle of 17.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F26024 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 36 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.05 |
| HSL | 17.48º | 0.89% | 0.55% | - |
| HSV(B) | 17.48º | 0.85% | 0.95% | - |
| XYZ | 41.12 | 27.37 | 4.78 | - |
| YUV | 132.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 36 | 0 | 0.60 | 0.85 | 0.05 | 17.48 | 0.89 | 0.55 |
| Hex | F2 | 60 | 24 | 0 | 3C | 55 | 5 | 11 | 59 | 37 |
| Octal | 362 | 140 | 44 | 0 | 74 | 125 | 5 | 21 | 131 | 67 |
| Binary | 11110010 | 1100000 | 100100 | 0 | 111100 | 1010101 | 101 | 10001 | 1011001 | 110111 |
Color Harmonies of #F26024
Complementary color
Monochromatic Colors of #F26024
Black with #F26024
Text Example
Text Example
White with #F26024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26024; }
p { color: rgb(242,96,36); }
H1.HeaderClassName
{
color: #F26024;
}
.AnyTagClassName
{
color: #F26024;
}
</style>
background-color css
<style>
a { background-color: #F26024; }
a { background-color: rgb(242,96,36); }
div.DivClassName
{
background-color: #F26024;
}
.BgClassName
{
background-color: #F26024;
}
</style>
border-color css
<style>
span { border-color: #F26024; }
span { border-color: rgb(242,96,36); }
td.TdClassName
{
border-color: #F26024;
}
.TagClassName
{
border-color: #F26024;
}
</style>