Shades of Outrageous Orange #F65326
Tints of Outrageous Orange #F65326
RGB
CMYK
RGB Variations
Color information
#F65326 (or 0xF65326) is known color: Outrageous Orange. HEX triplet: F6, 53 and 26. RGB value is (246,83,38). Sum of RGB (Red+Green+Blue) = 246+83+38=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F65326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65326 is #09ACD9. Grayscale: #7E7E7E. Windows color (decimal): -634074 or 2511862. OLE color: 2511862.
HSL color Cylindrical-coordinate representation of color #F65326: hue angle of 12.98º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F65326 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 38 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.04 |
| HSL | 12.98º | 0.92% | 0.56% | - |
| HSV(B) | 12.98º | 0.85% | 0.96% | - |
| XYZ | 41.45 | 25.92 | 4.65 | - |
| YUV | 126.61 | 78 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 38 | 0 | 0.66 | 0.85 | 0.04 | 12.98 | 0.92 | 0.56 |
| Hex | F6 | 53 | 26 | 0 | 42 | 55 | 4 | D | 5C | 38 |
| Octal | 366 | 123 | 46 | 0 | 102 | 125 | 4 | 15 | 134 | 70 |
| Binary | 11110110 | 1010011 | 100110 | 0 | 1000010 | 1010101 | 100 | 1101 | 1011100 | 111000 |
Color Harmonies of #F65326
Complementary color
Monochromatic Colors of #F65326
Black with #F65326
Text Example
Text Example
White with #F65326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65326; }
p { color: rgb(246,83,38); }
H1.HeaderClassName
{
color: #F65326;
}
.AnyTagClassName
{
color: #F65326;
}
</style>
background-color css
<style>
a { background-color: #F65326; }
a { background-color: rgb(246,83,38); }
div.DivClassName
{
background-color: #F65326;
}
.BgClassName
{
background-color: #F65326;
}
</style>
border-color css
<style>
span { border-color: #F65326; }
span { border-color: rgb(246,83,38); }
td.TdClassName
{
border-color: #F65326;
}
.TagClassName
{
border-color: #F65326;
}
</style>