Shades of Outrageous Orange #F65421
Tints of Outrageous Orange #F65421
RGB
CMYK
RGB Variations
Color information
#F65421 (or 0xF65421) is known color: Outrageous Orange. HEX triplet: F6, 54 and 21. RGB value is (246,84,33). Sum of RGB (Red+Green+Blue) = 246+84+33=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F65421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65421 is #09ABDE. Grayscale: #7E7E7E. Windows color (decimal): -633823 or 2184438. OLE color: 2184438.
HSL color Cylindrical-coordinate representation of color #F65421: hue angle of 14.37º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F65421 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 33 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.04 |
| HSL | 14.37º | 0.92% | 0.55% | - |
| HSV(B) | 14.37º | 0.87% | 0.96% | - |
| XYZ | 41.45 | 26.04 | 4.28 | - |
| YUV | 126.62 | 75.17 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 33 | 0 | 0.66 | 0.87 | 0.04 | 14.37 | 0.92 | 0.55 |
| Hex | F6 | 54 | 21 | 0 | 42 | 57 | 4 | E | 5C | 37 |
| Octal | 366 | 124 | 41 | 0 | 102 | 127 | 4 | 16 | 134 | 67 |
| Binary | 11110110 | 1010100 | 100001 | 0 | 1000010 | 1010111 | 100 | 1110 | 1011100 | 110111 |
Color Harmonies of #F65421
Complementary color
Monochromatic Colors of #F65421
Black with #F65421
Text Example
Text Example
White with #F65421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65421; }
p { color: rgb(246,84,33); }
H1.HeaderClassName
{
color: #F65421;
}
.AnyTagClassName
{
color: #F65421;
}
</style>
background-color css
<style>
a { background-color: #F65421; }
a { background-color: rgb(246,84,33); }
div.DivClassName
{
background-color: #F65421;
}
.BgClassName
{
background-color: #F65421;
}
</style>
border-color css
<style>
span { border-color: #F65421; }
span { border-color: rgb(246,84,33); }
td.TdClassName
{
border-color: #F65421;
}
.TagClassName
{
border-color: #F65421;
}
</style>