Shades of Outrageous Orange #F65E2A
Tints of Outrageous Orange #F65E2A
RGB
CMYK
RGB Variations
Color information
#F65E2A (or 0xF65E2A) is known color: Outrageous Orange. HEX triplet: F6, 5E and 2A. RGB value is (246,94,42). Sum of RGB (Red+Green+Blue) = 246+94+42=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65E2A is #09A1D5. Grayscale: #858585. Windows color (decimal): -631254 or 2776822. OLE color: 2776822.
HSL color Cylindrical-coordinate representation of color #F65E2A: hue angle of 15.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 #F65E2A is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 42 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.04 |
| HSL | 15.29º | 0.92% | 0.56% | - |
| HSV(B) | 15.29º | 0.83% | 0.96% | - |
| XYZ | 42.43 | 27.77 | 5.31 | - |
| YUV | 133.52 | 76.36 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 42 | 0 | 0.62 | 0.83 | 0.04 | 15.29 | 0.92 | 0.56 |
| Hex | F6 | 5E | 2A | 0 | 3E | 53 | 4 | F | 5C | 38 |
| Octal | 366 | 136 | 52 | 0 | 76 | 123 | 4 | 17 | 134 | 70 |
| Binary | 11110110 | 1011110 | 101010 | 0 | 111110 | 1010011 | 100 | 1111 | 1011100 | 111000 |
Color Harmonies of #F65E2A
Complementary color
Monochromatic Colors of #F65E2A
Black with #F65E2A
Text Example
Text Example
White with #F65E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E2A; }
p { color: rgb(246,94,42); }
H1.HeaderClassName
{
color: #F65E2A;
}
.AnyTagClassName
{
color: #F65E2A;
}
</style>
background-color css
<style>
a { background-color: #F65E2A; }
a { background-color: rgb(246,94,42); }
div.DivClassName
{
background-color: #F65E2A;
}
.BgClassName
{
background-color: #F65E2A;
}
</style>
border-color css
<style>
span { border-color: #F65E2A; }
span { border-color: rgb(246,94,42); }
td.TdClassName
{
border-color: #F65E2A;
}
.TagClassName
{
border-color: #F65E2A;
}
</style>