Shades of Flamenco #F2833D
Tints of Flamenco #F2833D
RGB
CMYK
RGB Variations
Color information
#F2833D (or 0xF2833D) is known color: Flamenco. HEX triplet: F2, 83 and 3D. RGB value is (242,131,61). Sum of RGB (Red+Green+Blue) = 242+131+61=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2833D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2833D is #0D7CC2. Grayscale: #9C9C9C. Windows color (decimal): -883907 or 4031474. OLE color: 4031474.
HSL color Cylindrical-coordinate representation of color #F2833D: hue angle of 23.2º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2833D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 61 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.05 |
| HSL | 23.2º | 0.87% | 0.59% | - |
| HSV(B) | 23.2º | 0.75% | 0.95% | - |
| XYZ | 45.58 | 35.45 | 8.85 | - |
| YUV | 156.21 | 74.27 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 61 | 0 | 0.46 | 0.75 | 0.05 | 23.2 | 0.87 | 0.59 |
| Hex | F2 | 83 | 3D | 0 | 2E | 4B | 5 | 17 | 57 | 3B |
| Octal | 362 | 203 | 75 | 0 | 56 | 113 | 5 | 27 | 127 | 73 |
| Binary | 11110010 | 10000011 | 111101 | 0 | 101110 | 1001011 | 101 | 10111 | 1010111 | 111011 |
Color Harmonies of #F2833D
Complementary color
Monochromatic Colors of #F2833D
Black with #F2833D
Text Example
Text Example
White with #F2833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2833D; }
p { color: rgb(242,131,61); }
H1.HeaderClassName
{
color: #F2833D;
}
.AnyTagClassName
{
color: #F2833D;
}
</style>
background-color css
<style>
a { background-color: #F2833D; }
a { background-color: rgb(242,131,61); }
div.DivClassName
{
background-color: #F2833D;
}
.BgClassName
{
background-color: #F2833D;
}
</style>
border-color css
<style>
span { border-color: #F2833D; }
span { border-color: rgb(242,131,61); }
td.TdClassName
{
border-color: #F2833D;
}
.TagClassName
{
border-color: #F2833D;
}
</style>