Shades of Flamenco #F1883F
Tints of Flamenco #F1883F
RGB
CMYK
RGB Variations
Color information
#F1883F (or 0xF1883F) is known color: Flamenco. HEX triplet: F1, 88 and 3F. RGB value is (241,136,63). Sum of RGB (Red+Green+Blue) = 241+136+63=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1883F is #0E77C0. Grayscale: #9F9F9F. Windows color (decimal): -948161 or 4163825. OLE color: 4163825.
HSL color Cylindrical-coordinate representation of color #F1883F: hue angle of 24.61º 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 #F1883F is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 63 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.05 |
| HSL | 24.61º | 0.86% | 0.6% | - |
| HSV(B) | 24.61º | 0.74% | 0.95% | - |
| XYZ | 45.98 | 36.67 | 9.36 | - |
| YUV | 159.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 63 | 0 | 0.44 | 0.74 | 0.05 | 24.61 | 0.86 | 0.6 |
| Hex | F1 | 88 | 3F | 0 | 2C | 4A | 5 | 19 | 56 | 3C |
| Octal | 361 | 210 | 77 | 0 | 54 | 112 | 5 | 31 | 126 | 74 |
| Binary | 11110001 | 10001000 | 111111 | 0 | 101100 | 1001010 | 101 | 11001 | 1010110 | 111100 |
Color Harmonies of #F1883F
Complementary color
Monochromatic Colors of #F1883F
Black with #F1883F
Text Example
Text Example
White with #F1883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1883F; }
p { color: rgb(241,136,63); }
H1.HeaderClassName
{
color: #F1883F;
}
.AnyTagClassName
{
color: #F1883F;
}
</style>
background-color css
<style>
a { background-color: #F1883F; }
a { background-color: rgb(241,136,63); }
div.DivClassName
{
background-color: #F1883F;
}
.BgClassName
{
background-color: #F1883F;
}
</style>
border-color css
<style>
span { border-color: #F1883F; }
span { border-color: rgb(241,136,63); }
td.TdClassName
{
border-color: #F1883F;
}
.TagClassName
{
border-color: #F1883F;
}
</style>