Shades of Flamenco #F1833E
Tints of Flamenco #F1833E
RGB
CMYK
RGB Variations
Color information
#F1833E (or 0xF1833E) is known color: Flamenco. HEX triplet: F1, 83 and 3E. RGB value is (241,131,62). Sum of RGB (Red+Green+Blue) = 241+131+62=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1833E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1833E is #0E7CC1. Grayscale: #9C9C9C. Windows color (decimal): -949442 or 4097009. OLE color: 4097009.
HSL color Cylindrical-coordinate representation of color #F1833E: hue angle of 23.13º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1833E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 62 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.05 |
| HSL | 23.13º | 0.86% | 0.59% | - |
| HSV(B) | 23.13º | 0.74% | 0.95% | - |
| XYZ | 45.26 | 35.28 | 8.98 | - |
| YUV | 156.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 62 | 0 | 0.46 | 0.74 | 0.05 | 23.13 | 0.86 | 0.59 |
| Hex | F1 | 83 | 3E | 0 | 2E | 4A | 5 | 17 | 56 | 3B |
| Octal | 361 | 203 | 76 | 0 | 56 | 112 | 5 | 27 | 126 | 73 |
| Binary | 11110001 | 10000011 | 111110 | 0 | 101110 | 1001010 | 101 | 10111 | 1010110 | 111011 |
Color Harmonies of #F1833E
Complementary color
Monochromatic Colors of #F1833E
Black with #F1833E
Text Example
Text Example
White with #F1833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1833E; }
p { color: rgb(241,131,62); }
H1.HeaderClassName
{
color: #F1833E;
}
.AnyTagClassName
{
color: #F1833E;
}
</style>
background-color css
<style>
a { background-color: #F1833E; }
a { background-color: rgb(241,131,62); }
div.DivClassName
{
background-color: #F1833E;
}
.BgClassName
{
background-color: #F1833E;
}
</style>
border-color css
<style>
span { border-color: #F1833E; }
span { border-color: rgb(241,131,62); }
td.TdClassName
{
border-color: #F1833E;
}
.TagClassName
{
border-color: #F1833E;
}
</style>