Shades of Outrageous Orange #F0663F
Tints of Outrageous Orange #F0663F
RGB
CMYK
RGB Variations
Color information
#F0663F (or 0xF0663F) is known color: Outrageous Orange. HEX triplet: F0, 66 and 3F. RGB value is (240,102,63). Sum of RGB (Red+Green+Blue) = 240+102+63=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0663F is #0F99C0. Grayscale: #8B8B8B. Windows color (decimal): -1022401 or 4155120. OLE color: 4155120.
HSL color Cylindrical-coordinate representation of color #F0663F: hue angle of 13.22º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0663F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 63 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.06 |
| HSL | 13.22º | 0.86% | 0.59% | - |
| HSV(B) | 13.22º | 0.74% | 0.94% | - |
| XYZ | 41.58 | 28.39 | 7.99 | - |
| YUV | 138.82 | 85.22 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 63 | 0 | 0.58 | 0.74 | 0.06 | 13.22 | 0.86 | 0.59 |
| Hex | F0 | 66 | 3F | 0 | 3A | 4A | 6 | D | 56 | 3B |
| Octal | 360 | 146 | 77 | 0 | 72 | 112 | 6 | 15 | 126 | 73 |
| Binary | 11110000 | 1100110 | 111111 | 0 | 111010 | 1001010 | 110 | 1101 | 1010110 | 111011 |
Color Harmonies of #F0663F
Complementary color
Monochromatic Colors of #F0663F
Black with #F0663F
Text Example
Text Example
White with #F0663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0663F; }
p { color: rgb(240,102,63); }
H1.HeaderClassName
{
color: #F0663F;
}
.AnyTagClassName
{
color: #F0663F;
}
</style>
background-color css
<style>
a { background-color: #F0663F; }
a { background-color: rgb(240,102,63); }
div.DivClassName
{
background-color: #F0663F;
}
.BgClassName
{
background-color: #F0663F;
}
</style>
border-color css
<style>
span { border-color: #F0663F; }
span { border-color: rgb(240,102,63); }
td.TdClassName
{
border-color: #F0663F;
}
.TagClassName
{
border-color: #F0663F;
}
</style>