Shades of Outrageous Orange #F65D3D
Tints of Outrageous Orange #F65D3D
RGB
CMYK
RGB Variations
Color information
#F65D3D (or 0xF65D3D) is known color: Outrageous Orange. HEX triplet: F6, 5D and 3D. RGB value is (246,93,61). Sum of RGB (Red+Green+Blue) = 246+93+61=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65D3D is #09A2C2. Grayscale: #878787. Windows color (decimal): -631491 or 4021750. OLE color: 4021750.
HSL color Cylindrical-coordinate representation of color #F65D3D: hue angle of 10.38º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F65D3D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 61 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.04 |
| HSL | 10.38º | 0.91% | 0.6% | - |
| HSV(B) | 10.38º | 0.75% | 0.96% | - |
| XYZ | 42.76 | 27.76 | 7.52 | - |
| YUV | 135.1 | 86.19 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 61 | 0 | 0.62 | 0.75 | 0.04 | 10.38 | 0.91 | 0.6 |
| Hex | F6 | 5D | 3D | 0 | 3E | 4B | 4 | A | 5B | 3C |
| Octal | 366 | 135 | 75 | 0 | 76 | 113 | 4 | 12 | 133 | 74 |
| Binary | 11110110 | 1011101 | 111101 | 0 | 111110 | 1001011 | 100 | 1010 | 1011011 | 111100 |
Color Harmonies of #F65D3D
Complementary color
Monochromatic Colors of #F65D3D
Black with #F65D3D
Text Example
Text Example
White with #F65D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D3D; }
p { color: rgb(246,93,61); }
H1.HeaderClassName
{
color: #F65D3D;
}
.AnyTagClassName
{
color: #F65D3D;
}
</style>
background-color css
<style>
a { background-color: #F65D3D; }
a { background-color: rgb(246,93,61); }
div.DivClassName
{
background-color: #F65D3D;
}
.BgClassName
{
background-color: #F65D3D;
}
</style>
border-color css
<style>
span { border-color: #F65D3D; }
span { border-color: rgb(246,93,61); }
td.TdClassName
{
border-color: #F65D3D;
}
.TagClassName
{
border-color: #F65D3D;
}
</style>