Shades of Outrageous Orange #F65F2D
Tints of Outrageous Orange #F65F2D
RGB
CMYK
RGB Variations
Color information
#F65F2D (or 0xF65F2D) is known color: Outrageous Orange. HEX triplet: F6, 5F and 2D. RGB value is (246,95,45). Sum of RGB (Red+Green+Blue) = 246+95+45=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F2D is #09A0D2. Grayscale: #868686. Windows color (decimal): -630995 or 2973686. OLE color: 2973686.
HSL color Cylindrical-coordinate representation of color #F65F2D: hue angle of 14.93º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F65F2D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.04 |
| HSL | 14.93º | 0.92% | 0.57% | - |
| HSV(B) | 14.93º | 0.82% | 0.96% | - |
| XYZ | 42.57 | 27.97 | 5.64 | - |
| YUV | 134.45 | 77.53 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 45 | 0 | 0.61 | 0.82 | 0.04 | 14.93 | 0.92 | 0.57 |
| Hex | F6 | 5F | 2D | 0 | 3D | 52 | 4 | F | 5C | 39 |
| Octal | 366 | 137 | 55 | 0 | 75 | 122 | 4 | 17 | 134 | 71 |
| Binary | 11110110 | 1011111 | 101101 | 0 | 111101 | 1010010 | 100 | 1111 | 1011100 | 111001 |
Color Harmonies of #F65F2D
Complementary color
Monochromatic Colors of #F65F2D
Black with #F65F2D
Text Example
Text Example
White with #F65F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F2D; }
p { color: rgb(246,95,45); }
H1.HeaderClassName
{
color: #F65F2D;
}
.AnyTagClassName
{
color: #F65F2D;
}
</style>
background-color css
<style>
a { background-color: #F65F2D; }
a { background-color: rgb(246,95,45); }
div.DivClassName
{
background-color: #F65F2D;
}
.BgClassName
{
background-color: #F65F2D;
}
</style>
border-color css
<style>
span { border-color: #F65F2D; }
span { border-color: rgb(246,95,45); }
td.TdClassName
{
border-color: #F65F2D;
}
.TagClassName
{
border-color: #F65F2D;
}
</style>