Shades of Outrageous Orange #F0623C
Tints of Outrageous Orange #F0623C
RGB
CMYK
RGB Variations
Color information
#F0623C (or 0xF0623C) is known color: Outrageous Orange. HEX triplet: F0, 62 and 3C. RGB value is (240,98,60). Sum of RGB (Red+Green+Blue) = 240+98+60=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0623C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0623C is #0F9DC3. Grayscale: #888888. Windows color (decimal): -1023428 or 3957488. OLE color: 3957488.
HSL color Cylindrical-coordinate representation of color #F0623C: hue angle of 12.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0623C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 60 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.06 |
| HSL | 12.67º | 0.86% | 0.59% | - |
| HSV(B) | 12.67º | 0.75% | 0.94% | - |
| XYZ | 41.12 | 27.59 | 7.43 | - |
| YUV | 136.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 60 | 0 | 0.59 | 0.75 | 0.06 | 12.67 | 0.86 | 0.59 |
| Hex | F0 | 62 | 3C | 0 | 3B | 4B | 6 | D | 56 | 3B |
| Octal | 360 | 142 | 74 | 0 | 73 | 113 | 6 | 15 | 126 | 73 |
| Binary | 11110000 | 1100010 | 111100 | 0 | 111011 | 1001011 | 110 | 1101 | 1010110 | 111011 |
Color Harmonies of #F0623C
Complementary color
Monochromatic Colors of #F0623C
Black with #F0623C
Text Example
Text Example
White with #F0623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0623C; }
p { color: rgb(240,98,60); }
H1.HeaderClassName
{
color: #F0623C;
}
.AnyTagClassName
{
color: #F0623C;
}
</style>
background-color css
<style>
a { background-color: #F0623C; }
a { background-color: rgb(240,98,60); }
div.DivClassName
{
background-color: #F0623C;
}
.BgClassName
{
background-color: #F0623C;
}
</style>
border-color css
<style>
span { border-color: #F0623C; }
span { border-color: rgb(240,98,60); }
td.TdClassName
{
border-color: #F0623C;
}
.TagClassName
{
border-color: #F0623C;
}
</style>