Shades of Outrageous Orange #F46232
Tints of Outrageous Orange #F46232
RGB
CMYK
RGB Variations
Color information
#F46232 (or 0xF46232) is known color: Outrageous Orange. HEX triplet: F4, 62 and 32. RGB value is (244,98,50). Sum of RGB (Red+Green+Blue) = 244+98+50=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F46232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46232 is #0B9DCD. Grayscale: #888888. Windows color (decimal): -761294 or 3302132. OLE color: 3302132.
HSL color Cylindrical-coordinate representation of color #F46232: hue angle of 14.85º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F46232 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 98 | 50 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.04 |
| HSL | 14.85º | 0.9% | 0.58% | - |
| HSV(B) | 14.85º | 0.8% | 0.96% | - |
| XYZ | 42.25 | 28.2 | 6.23 | - |
| YUV | 136.18 | 79.37 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 98 | 50 | 0 | 0.60 | 0.80 | 0.04 | 14.85 | 0.9 | 0.58 |
| Hex | F4 | 62 | 32 | 0 | 3C | 50 | 4 | F | 5A | 3A |
| Octal | 364 | 142 | 62 | 0 | 74 | 120 | 4 | 17 | 132 | 72 |
| Binary | 11110100 | 1100010 | 110010 | 0 | 111100 | 1010000 | 100 | 1111 | 1011010 | 111010 |
Color Harmonies of #F46232
Complementary color
Monochromatic Colors of #F46232
Black with #F46232
Text Example
Text Example
White with #F46232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46232; }
p { color: rgb(244,98,50); }
H1.HeaderClassName
{
color: #F46232;
}
.AnyTagClassName
{
color: #F46232;
}
</style>
background-color css
<style>
a { background-color: #F46232; }
a { background-color: rgb(244,98,50); }
div.DivClassName
{
background-color: #F46232;
}
.BgClassName
{
background-color: #F46232;
}
</style>
border-color css
<style>
span { border-color: #F46232; }
span { border-color: rgb(244,98,50); }
td.TdClassName
{
border-color: #F46232;
}
.TagClassName
{
border-color: #F46232;
}
</style>