Shades of Flamenco #F4833D
Tints of Flamenco #F4833D
RGB
CMYK
RGB Variations
Color information
#F4833D (or 0xF4833D) is known color: Flamenco. HEX triplet: F4, 83 and 3D. RGB value is (244,131,61). Sum of RGB (Red+Green+Blue) = 244+131+61=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4833D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4833D is #0B7CC2. Grayscale: #9D9D9D. Windows color (decimal): -752835 or 4031476. OLE color: 4031476.
HSL color Cylindrical-coordinate representation of color #F4833D: hue angle of 22.95º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4833D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 61 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.04 |
| HSL | 22.95º | 0.89% | 0.6% | - |
| HSV(B) | 22.95º | 0.75% | 0.96% | - |
| XYZ | 46.27 | 35.8 | 8.89 | - |
| YUV | 156.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 61 | 0 | 0.46 | 0.75 | 0.04 | 22.95 | 0.89 | 0.6 |
| Hex | F4 | 83 | 3D | 0 | 2E | 4B | 4 | 17 | 59 | 3C |
| Octal | 364 | 203 | 75 | 0 | 56 | 113 | 4 | 27 | 131 | 74 |
| Binary | 11110100 | 10000011 | 111101 | 0 | 101110 | 1001011 | 100 | 10111 | 1011001 | 111100 |
Color Harmonies of #F4833D
Complementary color
Monochromatic Colors of #F4833D
Black with #F4833D
Text Example
Text Example
White with #F4833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4833D; }
p { color: rgb(244,131,61); }
H1.HeaderClassName
{
color: #F4833D;
}
.AnyTagClassName
{
color: #F4833D;
}
</style>
background-color css
<style>
a { background-color: #F4833D; }
a { background-color: rgb(244,131,61); }
div.DivClassName
{
background-color: #F4833D;
}
.BgClassName
{
background-color: #F4833D;
}
</style>
border-color css
<style>
span { border-color: #F4833D; }
span { border-color: rgb(244,131,61); }
td.TdClassName
{
border-color: #F4833D;
}
.TagClassName
{
border-color: #F4833D;
}
</style>