Shades of Outrageous Orange #F65024
Tints of Outrageous Orange #F65024
RGB
CMYK
RGB Variations
Color information
#F65024 (or 0xF65024) is known color: Outrageous Orange. HEX triplet: F6, 50 and 24. RGB value is (246,80,36). Sum of RGB (Red+Green+Blue) = 246+80+36=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F65024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65024 is #09AFDB. Grayscale: #7C7C7C. Windows color (decimal): -634844 or 2380022. OLE color: 2380022.
HSL color Cylindrical-coordinate representation of color #F65024: hue angle of 12.57º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F65024 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.04 |
| HSL | 12.57º | 0.92% | 0.55% | - |
| HSV(B) | 12.57º | 0.85% | 0.96% | - |
| XYZ | 41.19 | 25.46 | 4.41 | - |
| YUV | 124.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 36 | 0 | 0.67 | 0.85 | 0.04 | 12.57 | 0.92 | 0.55 |
| Hex | F6 | 50 | 24 | 0 | 43 | 55 | 4 | D | 5C | 37 |
| Octal | 366 | 120 | 44 | 0 | 103 | 125 | 4 | 15 | 134 | 67 |
| Binary | 11110110 | 1010000 | 100100 | 0 | 1000011 | 1010101 | 100 | 1101 | 1011100 | 110111 |
Color Harmonies of #F65024
Complementary color
Monochromatic Colors of #F65024
Black with #F65024
Text Example
Text Example
White with #F65024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65024; }
p { color: rgb(246,80,36); }
H1.HeaderClassName
{
color: #F65024;
}
.AnyTagClassName
{
color: #F65024;
}
</style>
background-color css
<style>
a { background-color: #F65024; }
a { background-color: rgb(246,80,36); }
div.DivClassName
{
background-color: #F65024;
}
.BgClassName
{
background-color: #F65024;
}
</style>
border-color css
<style>
span { border-color: #F65024; }
span { border-color: rgb(246,80,36); }
td.TdClassName
{
border-color: #F65024;
}
.TagClassName
{
border-color: #F65024;
}
</style>