Shades of Outrageous Orange #F65D31
Tints of Outrageous Orange #F65D31
RGB
CMYK
RGB Variations
Color information
#F65D31 (or 0xF65D31) is known color: Outrageous Orange. HEX triplet: F6, 5D and 31. RGB value is (246,93,49). Sum of RGB (Red+Green+Blue) = 246+93+49=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65D31 is #09A2CE. Grayscale: #868686. Windows color (decimal): -631503 or 3235318. OLE color: 3235318.
HSL color Cylindrical-coordinate representation of color #F65D31: hue angle of 13.4º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F65D31 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 49 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.04 |
| HSL | 13.4º | 0.92% | 0.58% | - |
| HSV(B) | 13.4º | 0.8% | 0.96% | - |
| XYZ | 42.47 | 27.64 | 6 | - |
| YUV | 133.73 | 80.19 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 49 | 0 | 0.62 | 0.80 | 0.04 | 13.4 | 0.92 | 0.58 |
| Hex | F6 | 5D | 31 | 0 | 3E | 50 | 4 | D | 5C | 3A |
| Octal | 366 | 135 | 61 | 0 | 76 | 120 | 4 | 15 | 134 | 72 |
| Binary | 11110110 | 1011101 | 110001 | 0 | 111110 | 1010000 | 100 | 1101 | 1011100 | 111010 |
Color Harmonies of #F65D31
Complementary color
Monochromatic Colors of #F65D31
Black with #F65D31
Text Example
Text Example
White with #F65D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D31; }
p { color: rgb(246,93,49); }
H1.HeaderClassName
{
color: #F65D31;
}
.AnyTagClassName
{
color: #F65D31;
}
</style>
background-color css
<style>
a { background-color: #F65D31; }
a { background-color: rgb(246,93,49); }
div.DivClassName
{
background-color: #F65D31;
}
.BgClassName
{
background-color: #F65D31;
}
</style>
border-color css
<style>
span { border-color: #F65D31; }
span { border-color: rgb(246,93,49); }
td.TdClassName
{
border-color: #F65D31;
}
.TagClassName
{
border-color: #F65D31;
}
</style>