Shades of Outrageous Orange #F1653F
Tints of Outrageous Orange #F1653F
RGB
CMYK
RGB Variations
Color information
#F1653F (or 0xF1653F) is known color: Outrageous Orange. HEX triplet: F1, 65 and 3F. RGB value is (241,101,63). Sum of RGB (Red+Green+Blue) = 241+101+63=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1653F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1653F is #0E9AC0. Grayscale: #8A8A8A. Windows color (decimal): -957121 or 4154865. OLE color: 4154865.
HSL color Cylindrical-coordinate representation of color #F1653F: hue angle of 12.81º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1653F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 63 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.05 |
| HSL | 12.81º | 0.86% | 0.6% | - |
| HSV(B) | 12.81º | 0.74% | 0.95% | - |
| XYZ | 41.83 | 28.37 | 7.97 | - |
| YUV | 138.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 63 | 0 | 0.58 | 0.74 | 0.05 | 12.81 | 0.86 | 0.6 |
| Hex | F1 | 65 | 3F | 0 | 3A | 4A | 5 | D | 56 | 3C |
| Octal | 361 | 145 | 77 | 0 | 72 | 112 | 5 | 15 | 126 | 74 |
| Binary | 11110001 | 1100101 | 111111 | 0 | 111010 | 1001010 | 101 | 1101 | 1010110 | 111100 |
Color Harmonies of #F1653F
Complementary color
Monochromatic Colors of #F1653F
Black with #F1653F
Text Example
Text Example
White with #F1653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1653F; }
p { color: rgb(241,101,63); }
H1.HeaderClassName
{
color: #F1653F;
}
.AnyTagClassName
{
color: #F1653F;
}
</style>
background-color css
<style>
a { background-color: #F1653F; }
a { background-color: rgb(241,101,63); }
div.DivClassName
{
background-color: #F1653F;
}
.BgClassName
{
background-color: #F1653F;
}
</style>
border-color css
<style>
span { border-color: #F1653F; }
span { border-color: rgb(241,101,63); }
td.TdClassName
{
border-color: #F1653F;
}
.TagClassName
{
border-color: #F1653F;
}
</style>