Shades of Outrageous Orange #F65D38
Tints of Outrageous Orange #F65D38
RGB
CMYK
RGB Variations
Color information
#F65D38 (or 0xF65D38) is known color: Outrageous Orange. HEX triplet: F6, 5D and 38. RGB value is (246,93,56). Sum of RGB (Red+Green+Blue) = 246+93+56=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65D38 is #09A2C7. Grayscale: #868686. Windows color (decimal): -631496 or 3694070. OLE color: 3694070.
HSL color Cylindrical-coordinate representation of color #F65D38: hue angle of 11.68º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F65D38 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 56 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.04 |
| HSL | 11.68º | 0.91% | 0.59% | - |
| HSV(B) | 11.68º | 0.77% | 0.96% | - |
| XYZ | 42.63 | 27.71 | 6.84 | - |
| YUV | 134.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 56 | 0 | 0.62 | 0.77 | 0.04 | 11.68 | 0.91 | 0.59 |
| Hex | F6 | 5D | 38 | 0 | 3E | 4D | 4 | C | 5B | 3B |
| Octal | 366 | 135 | 70 | 0 | 76 | 115 | 4 | 14 | 133 | 73 |
| Binary | 11110110 | 1011101 | 111000 | 0 | 111110 | 1001101 | 100 | 1100 | 1011011 | 111011 |
Color Harmonies of #F65D38
Complementary color
Monochromatic Colors of #F65D38
Black with #F65D38
Text Example
Text Example
White with #F65D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D38; }
p { color: rgb(246,93,56); }
H1.HeaderClassName
{
color: #F65D38;
}
.AnyTagClassName
{
color: #F65D38;
}
</style>
background-color css
<style>
a { background-color: #F65D38; }
a { background-color: rgb(246,93,56); }
div.DivClassName
{
background-color: #F65D38;
}
.BgClassName
{
background-color: #F65D38;
}
</style>
border-color css
<style>
span { border-color: #F65D38; }
span { border-color: rgb(246,93,56); }
td.TdClassName
{
border-color: #F65D38;
}
.TagClassName
{
border-color: #F65D38;
}
</style>