Shades of Outrageous Orange #F6531D
Tints of Outrageous Orange #F6531D
RGB
CMYK
RGB Variations
Color information
#F6531D (or 0xF6531D) is known color: Outrageous Orange. HEX triplet: F6, 53 and 1D. RGB value is (246,83,29). Sum of RGB (Red+Green+Blue) = 246+83+29=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F6531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6531D is #09ACE2. Grayscale: #7D7D7D. Windows color (decimal): -634083 or 1922038. OLE color: 1922038.
HSL color Cylindrical-coordinate representation of color #F6531D: hue angle of 14.93º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6531D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.04 |
| HSL | 14.93º | 0.92% | 0.54% | - |
| HSV(B) | 14.93º | 0.88% | 0.96% | - |
| XYZ | 41.32 | 25.87 | 3.98 | - |
| YUV | 125.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 29 | 0 | 0.66 | 0.88 | 0.04 | 14.93 | 0.92 | 0.54 |
| Hex | F6 | 53 | 1D | 0 | 42 | 58 | 4 | F | 5C | 36 |
| Octal | 366 | 123 | 35 | 0 | 102 | 130 | 4 | 17 | 134 | 66 |
| Binary | 11110110 | 1010011 | 11101 | 0 | 1000010 | 1011000 | 100 | 1111 | 1011100 | 110110 |
Color Harmonies of #F6531D
Complementary color
Monochromatic Colors of #F6531D
Black with #F6531D
Text Example
Text Example
White with #F6531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6531D; }
p { color: rgb(246,83,29); }
H1.HeaderClassName
{
color: #F6531D;
}
.AnyTagClassName
{
color: #F6531D;
}
</style>
background-color css
<style>
a { background-color: #F6531D; }
a { background-color: rgb(246,83,29); }
div.DivClassName
{
background-color: #F6531D;
}
.BgClassName
{
background-color: #F6531D;
}
</style>
border-color css
<style>
span { border-color: #F6531D; }
span { border-color: rgb(246,83,29); }
td.TdClassName
{
border-color: #F6531D;
}
.TagClassName
{
border-color: #F6531D;
}
</style>