Shades of Outrageous Orange #F0623A
Tints of Outrageous Orange #F0623A
RGB
CMYK
RGB Variations
Color information
#F0623A (or 0xF0623A) is known color: Outrageous Orange. HEX triplet: F0, 62 and 3A. RGB value is (240,98,58). Sum of RGB (Red+Green+Blue) = 240+98+58=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0623A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0623A is #0F9DC5. Grayscale: #888888. Windows color (decimal): -1023430 or 3826416. OLE color: 3826416.
HSL color Cylindrical-coordinate representation of color #F0623A: hue angle of 13.19º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0623A is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 58 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.06 |
| HSL | 13.19º | 0.86% | 0.58% | - |
| HSV(B) | 13.19º | 0.76% | 0.94% | - |
| XYZ | 41.07 | 27.57 | 7.16 | - |
| YUV | 135.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 58 | 0 | 0.59 | 0.76 | 0.06 | 13.19 | 0.86 | 0.58 |
| Hex | F0 | 62 | 3A | 0 | 3B | 4C | 6 | D | 56 | 3A |
| Octal | 360 | 142 | 72 | 0 | 73 | 114 | 6 | 15 | 126 | 72 |
| Binary | 11110000 | 1100010 | 111010 | 0 | 111011 | 1001100 | 110 | 1101 | 1010110 | 111010 |
Color Harmonies of #F0623A
Complementary color
Monochromatic Colors of #F0623A
Black with #F0623A
Text Example
Text Example
White with #F0623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0623A; }
p { color: rgb(240,98,58); }
H1.HeaderClassName
{
color: #F0623A;
}
.AnyTagClassName
{
color: #F0623A;
}
</style>
background-color css
<style>
a { background-color: #F0623A; }
a { background-color: rgb(240,98,58); }
div.DivClassName
{
background-color: #F0623A;
}
.BgClassName
{
background-color: #F0623A;
}
</style>
border-color css
<style>
span { border-color: #F0623A; }
span { border-color: rgb(240,98,58); }
td.TdClassName
{
border-color: #F0623A;
}
.TagClassName
{
border-color: #F0623A;
}
</style>