Shades of Outrageous Orange #F65329
Tints of Outrageous Orange #F65329
RGB
CMYK
RGB Variations
Color information
#F65329 (or 0xF65329) is known color: Outrageous Orange. HEX triplet: F6, 53 and 29. RGB value is (246,83,41). Sum of RGB (Red+Green+Blue) = 246+83+41=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F65329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65329 is #09ACD6. Grayscale: #7F7F7F. Windows color (decimal): -634071 or 2708470. OLE color: 2708470.
HSL color Cylindrical-coordinate representation of color #F65329: hue angle of 12.29º 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 #F65329 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 41 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.04 |
| HSL | 12.29º | 0.92% | 0.56% | - |
| HSV(B) | 12.29º | 0.83% | 0.96% | - |
| XYZ | 41.5 | 25.94 | 4.92 | - |
| YUV | 126.95 | 79.5 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 41 | 0 | 0.66 | 0.83 | 0.04 | 12.29 | 0.92 | 0.56 |
| Hex | F6 | 53 | 29 | 0 | 42 | 53 | 4 | C | 5C | 38 |
| Octal | 366 | 123 | 51 | 0 | 102 | 123 | 4 | 14 | 134 | 70 |
| Binary | 11110110 | 1010011 | 101001 | 0 | 1000010 | 1010011 | 100 | 1100 | 1011100 | 111000 |
Color Harmonies of #F65329
Complementary color
Monochromatic Colors of #F65329
Black with #F65329
Text Example
Text Example
White with #F65329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65329; }
p { color: rgb(246,83,41); }
H1.HeaderClassName
{
color: #F65329;
}
.AnyTagClassName
{
color: #F65329;
}
</style>
background-color css
<style>
a { background-color: #F65329; }
a { background-color: rgb(246,83,41); }
div.DivClassName
{
background-color: #F65329;
}
.BgClassName
{
background-color: #F65329;
}
</style>
border-color css
<style>
span { border-color: #F65329; }
span { border-color: rgb(246,83,41); }
td.TdClassName
{
border-color: #F65329;
}
.TagClassName
{
border-color: #F65329;
}
</style>