Shades of Outrageous Orange #F65229
Tints of Outrageous Orange #F65229
RGB
CMYK
RGB Variations
Color information
#F65229 (or 0xF65229) is known color: Outrageous Orange. HEX triplet: F6, 52 and 29. RGB value is (246,82,41). Sum of RGB (Red+Green+Blue) = 246+82+41=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F65229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65229 is #09ADD6. Grayscale: #7E7E7E. Windows color (decimal): -634327 or 2708214. OLE color: 2708214.
HSL color Cylindrical-coordinate representation of color #F65229: hue angle of 12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F65229 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 12º | 0.92% | 0.56% | - |
| HSV(B) | 12º | 0.83% | 0.96% | - |
| XYZ | 41.42 | 25.79 | 4.89 | - |
| YUV | 126.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 41 | 0 | 0.67 | 0.83 | 0.04 | 12 | 0.92 | 0.56 |
| Hex | F6 | 52 | 29 | 0 | 43 | 53 | 4 | C | 5C | 38 |
| Octal | 366 | 122 | 51 | 0 | 103 | 123 | 4 | 14 | 134 | 70 |
| Binary | 11110110 | 1010010 | 101001 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011100 | 111000 |
Color Harmonies of #F65229
Complementary color
Monochromatic Colors of #F65229
Black with #F65229
Text Example
Text Example
White with #F65229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65229; }
p { color: rgb(246,82,41); }
H1.HeaderClassName
{
color: #F65229;
}
.AnyTagClassName
{
color: #F65229;
}
</style>
background-color css
<style>
a { background-color: #F65229; }
a { background-color: rgb(246,82,41); }
div.DivClassName
{
background-color: #F65229;
}
.BgClassName
{
background-color: #F65229;
}
</style>
border-color css
<style>
span { border-color: #F65229; }
span { border-color: rgb(246,82,41); }
td.TdClassName
{
border-color: #F65229;
}
.TagClassName
{
border-color: #F65229;
}
</style>