Shades of Outrageous Orange #F65B3E
Tints of Outrageous Orange #F65B3E
RGB
CMYK
RGB Variations
Color information
#F65B3E (or 0xF65B3E) is known color: Outrageous Orange. HEX triplet: F6, 5B and 3E. RGB value is (246,91,62). Sum of RGB (Red+Green+Blue) = 246+91+62=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65B3E is #09A4C1. Grayscale: #868686. Windows color (decimal): -632002 or 4086774. OLE color: 4086774.
HSL color Cylindrical-coordinate representation of color #F65B3E: hue angle of 9.46º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F65B3E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 62 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.04 |
| HSL | 9.46º | 0.91% | 0.6% | - |
| HSV(B) | 9.46º | 0.75% | 0.96% | - |
| XYZ | 42.62 | 27.42 | 7.6 | - |
| YUV | 134.04 | 87.35 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 62 | 0 | 0.63 | 0.75 | 0.04 | 9.46 | 0.91 | 0.6 |
| Hex | F6 | 5B | 3E | 0 | 3F | 4B | 4 | 9 | 5B | 3C |
| Octal | 366 | 133 | 76 | 0 | 77 | 113 | 4 | 11 | 133 | 74 |
| Binary | 11110110 | 1011011 | 111110 | 0 | 111111 | 1001011 | 100 | 1001 | 1011011 | 111100 |
Color Harmonies of #F65B3E
Complementary color
Monochromatic Colors of #F65B3E
Black with #F65B3E
Text Example
Text Example
White with #F65B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65B3E; }
p { color: rgb(246,91,62); }
H1.HeaderClassName
{
color: #F65B3E;
}
.AnyTagClassName
{
color: #F65B3E;
}
</style>
background-color css
<style>
a { background-color: #F65B3E; }
a { background-color: rgb(246,91,62); }
div.DivClassName
{
background-color: #F65B3E;
}
.BgClassName
{
background-color: #F65B3E;
}
</style>
border-color css
<style>
span { border-color: #F65B3E; }
span { border-color: rgb(246,91,62); }
td.TdClassName
{
border-color: #F65B3E;
}
.TagClassName
{
border-color: #F65B3E;
}
</style>