Shades of Outrageous Orange #F0673D
Tints of Outrageous Orange #F0673D
RGB
CMYK
RGB Variations
Color information
#F0673D (or 0xF0673D) is known color: Outrageous Orange. HEX triplet: F0, 67 and 3D. RGB value is (240,103,61). Sum of RGB (Red+Green+Blue) = 240+103+61=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0673D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0673D is #0F98C2. Grayscale: #8B8B8B. Windows color (decimal): -1022147 or 4024304. OLE color: 4024304.
HSL color Cylindrical-coordinate representation of color #F0673D: hue angle of 14.08º 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 #F0673D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 61 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.06 |
| HSL | 14.08º | 0.86% | 0.59% | - |
| HSV(B) | 14.08º | 0.75% | 0.94% | - |
| XYZ | 41.63 | 28.56 | 7.73 | - |
| YUV | 139.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 61 | 0 | 0.57 | 0.75 | 0.06 | 14.08 | 0.86 | 0.59 |
| Hex | F0 | 67 | 3D | 0 | 39 | 4B | 6 | E | 56 | 3B |
| Octal | 360 | 147 | 75 | 0 | 71 | 113 | 6 | 16 | 126 | 73 |
| Binary | 11110000 | 1100111 | 111101 | 0 | 111001 | 1001011 | 110 | 1110 | 1010110 | 111011 |
Color Harmonies of #F0673D
Complementary color
Monochromatic Colors of #F0673D
Black with #F0673D
Text Example
Text Example
White with #F0673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0673D; }
p { color: rgb(240,103,61); }
H1.HeaderClassName
{
color: #F0673D;
}
.AnyTagClassName
{
color: #F0673D;
}
</style>
background-color css
<style>
a { background-color: #F0673D; }
a { background-color: rgb(240,103,61); }
div.DivClassName
{
background-color: #F0673D;
}
.BgClassName
{
background-color: #F0673D;
}
</style>
border-color css
<style>
span { border-color: #F0673D; }
span { border-color: rgb(240,103,61); }
td.TdClassName
{
border-color: #F0673D;
}
.TagClassName
{
border-color: #F0673D;
}
</style>