Shades of Outrageous Orange #F65D3C
Tints of Outrageous Orange #F65D3C
RGB
CMYK
RGB Variations
Color information
#F65D3C (or 0xF65D3C) is known color: Outrageous Orange. HEX triplet: F6, 5D and 3C. RGB value is (246,93,60). Sum of RGB (Red+Green+Blue) = 246+93+60=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65D3C is #09A2C3. Grayscale: #878787. Windows color (decimal): -631492 or 3956214. OLE color: 3956214.
HSL color Cylindrical-coordinate representation of color #F65D3C: hue angle of 10.65º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F65D3C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.04 |
| HSL | 10.65º | 0.91% | 0.6% | - |
| HSV(B) | 10.65º | 0.76% | 0.96% | - |
| XYZ | 42.74 | 27.75 | 7.38 | - |
| YUV | 134.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 60 | 0 | 0.62 | 0.76 | 0.04 | 10.65 | 0.91 | 0.6 |
| Hex | F6 | 5D | 3C | 0 | 3E | 4C | 4 | B | 5B | 3C |
| Octal | 366 | 135 | 74 | 0 | 76 | 114 | 4 | 13 | 133 | 74 |
| Binary | 11110110 | 1011101 | 111100 | 0 | 111110 | 1001100 | 100 | 1011 | 1011011 | 111100 |
Color Harmonies of #F65D3C
Complementary color
Monochromatic Colors of #F65D3C
Black with #F65D3C
Text Example
Text Example
White with #F65D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D3C; }
p { color: rgb(246,93,60); }
H1.HeaderClassName
{
color: #F65D3C;
}
.AnyTagClassName
{
color: #F65D3C;
}
</style>
background-color css
<style>
a { background-color: #F65D3C; }
a { background-color: rgb(246,93,60); }
div.DivClassName
{
background-color: #F65D3C;
}
.BgClassName
{
background-color: #F65D3C;
}
</style>
border-color css
<style>
span { border-color: #F65D3C; }
span { border-color: rgb(246,93,60); }
td.TdClassName
{
border-color: #F65D3C;
}
.TagClassName
{
border-color: #F65D3C;
}
</style>