Shades of Outrageous Orange #F65529
Tints of Outrageous Orange #F65529
RGB
CMYK
RGB Variations
Color information
#F65529 (or 0xF65529) is known color: Outrageous Orange. HEX triplet: F6, 55 and 29. RGB value is (246,85,41). Sum of RGB (Red+Green+Blue) = 246+85+41=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F65529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65529 is #09AAD6. Grayscale: #808080. Windows color (decimal): -633559 or 2708982. OLE color: 2708982.
HSL color Cylindrical-coordinate representation of color #F65529: hue angle of 12.88º 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 #F65529 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 41 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.04 |
| HSL | 12.88º | 0.92% | 0.56% | - |
| HSV(B) | 12.88º | 0.83% | 0.96% | - |
| XYZ | 41.65 | 26.25 | 4.97 | - |
| YUV | 128.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 41 | 0 | 0.65 | 0.83 | 0.04 | 12.88 | 0.92 | 0.56 |
| Hex | F6 | 55 | 29 | 0 | 41 | 53 | 4 | D | 5C | 38 |
| Octal | 366 | 125 | 51 | 0 | 101 | 123 | 4 | 15 | 134 | 70 |
| Binary | 11110110 | 1010101 | 101001 | 0 | 1000001 | 1010011 | 100 | 1101 | 1011100 | 111000 |
Color Harmonies of #F65529
Complementary color
Monochromatic Colors of #F65529
Black with #F65529
Text Example
Text Example
White with #F65529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65529; }
p { color: rgb(246,85,41); }
H1.HeaderClassName
{
color: #F65529;
}
.AnyTagClassName
{
color: #F65529;
}
</style>
background-color css
<style>
a { background-color: #F65529; }
a { background-color: rgb(246,85,41); }
div.DivClassName
{
background-color: #F65529;
}
.BgClassName
{
background-color: #F65529;
}
</style>
border-color css
<style>
span { border-color: #F65529; }
span { border-color: rgb(246,85,41); }
td.TdClassName
{
border-color: #F65529;
}
.TagClassName
{
border-color: #F65529;
}
</style>