Shades of Outrageous Orange #F65C3F
Tints of Outrageous Orange #F65C3F
RGB
CMYK
RGB Variations
Color information
#F65C3F (or 0xF65C3F) is known color: Outrageous Orange. HEX triplet: F6, 5C and 3F. RGB value is (246,92,63). Sum of RGB (Red+Green+Blue) = 246+92+63=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C3F is #09A3C0. Grayscale: #878787. Windows color (decimal): -631745 or 4152566. OLE color: 4152566.
HSL color Cylindrical-coordinate representation of color #F65C3F: hue angle of 9.51º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F65C3F is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 63 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.04 |
| HSL | 9.51º | 0.91% | 0.61% | - |
| HSV(B) | 9.51º | 0.74% | 0.96% | - |
| XYZ | 42.73 | 27.61 | 7.78 | - |
| YUV | 134.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 63 | 0 | 0.63 | 0.74 | 0.04 | 9.51 | 0.91 | 0.61 |
| Hex | F6 | 5C | 3F | 0 | 3F | 4A | 4 | A | 5B | 3D |
| Octal | 366 | 134 | 77 | 0 | 77 | 112 | 4 | 12 | 133 | 75 |
| Binary | 11110110 | 1011100 | 111111 | 0 | 111111 | 1001010 | 100 | 1010 | 1011011 | 111101 |
Color Harmonies of #F65C3F
Complementary color
Monochromatic Colors of #F65C3F
Black with #F65C3F
Text Example
Text Example
White with #F65C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C3F; }
p { color: rgb(246,92,63); }
H1.HeaderClassName
{
color: #F65C3F;
}
.AnyTagClassName
{
color: #F65C3F;
}
</style>
background-color css
<style>
a { background-color: #F65C3F; }
a { background-color: rgb(246,92,63); }
div.DivClassName
{
background-color: #F65C3F;
}
.BgClassName
{
background-color: #F65C3F;
}
</style>
border-color css
<style>
span { border-color: #F65C3F; }
span { border-color: rgb(246,92,63); }
td.TdClassName
{
border-color: #F65C3F;
}
.TagClassName
{
border-color: #F65C3F;
}
</style>