Shades of Outrageous Orange #F65321
Tints of Outrageous Orange #F65321
RGB
CMYK
RGB Variations
Color information
#F65321 (or 0xF65321) is known color: Outrageous Orange. HEX triplet: F6, 53 and 21. RGB value is (246,83,33). Sum of RGB (Red+Green+Blue) = 246+83+33=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F65321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65321 is #09ACDE. Grayscale: #7E7E7E. Windows color (decimal): -634079 or 2184182. OLE color: 2184182.
HSL color Cylindrical-coordinate representation of color #F65321: hue angle of 14.08º 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 #F65321 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 33 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.04 |
| HSL | 14.08º | 0.92% | 0.55% | - |
| HSV(B) | 14.08º | 0.87% | 0.96% | - |
| XYZ | 41.37 | 25.89 | 4.26 | - |
| YUV | 126.04 | 75.5 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 33 | 0 | 0.66 | 0.87 | 0.04 | 14.08 | 0.92 | 0.55 |
| Hex | F6 | 53 | 21 | 0 | 42 | 57 | 4 | E | 5C | 37 |
| Octal | 366 | 123 | 41 | 0 | 102 | 127 | 4 | 16 | 134 | 67 |
| Binary | 11110110 | 1010011 | 100001 | 0 | 1000010 | 1010111 | 100 | 1110 | 1011100 | 110111 |
Color Harmonies of #F65321
Complementary color
Monochromatic Colors of #F65321
Black with #F65321
Text Example
Text Example
White with #F65321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65321; }
p { color: rgb(246,83,33); }
H1.HeaderClassName
{
color: #F65321;
}
.AnyTagClassName
{
color: #F65321;
}
</style>
background-color css
<style>
a { background-color: #F65321; }
a { background-color: rgb(246,83,33); }
div.DivClassName
{
background-color: #F65321;
}
.BgClassName
{
background-color: #F65321;
}
</style>
border-color css
<style>
span { border-color: #F65321; }
span { border-color: rgb(246,83,33); }
td.TdClassName
{
border-color: #F65321;
}
.TagClassName
{
border-color: #F65321;
}
</style>