Shades of Flamenco #F4833C
Tints of Flamenco #F4833C
RGB
CMYK
RGB Variations
Color information
#F4833C (or 0xF4833C) is known color: Flamenco. HEX triplet: F4, 83 and 3C. RGB value is (244,131,60). Sum of RGB (Red+Green+Blue) = 244+131+60=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4833C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4833C is #0B7CC3. Grayscale: #9D9D9D. Windows color (decimal): -752836 or 3965940. OLE color: 3965940.
HSL color Cylindrical-coordinate representation of color #F4833C: hue angle of 23.15º 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 #F4833C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 60 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.04 |
| HSL | 23.15º | 0.89% | 0.6% | - |
| HSV(B) | 23.15º | 0.75% | 0.96% | - |
| XYZ | 46.24 | 35.79 | 8.75 | - |
| YUV | 156.69 | 73.44 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 60 | 0 | 0.46 | 0.75 | 0.04 | 23.15 | 0.89 | 0.6 |
| Hex | F4 | 83 | 3C | 0 | 2E | 4B | 4 | 17 | 59 | 3C |
| Octal | 364 | 203 | 74 | 0 | 56 | 113 | 4 | 27 | 131 | 74 |
| Binary | 11110100 | 10000011 | 111100 | 0 | 101110 | 1001011 | 100 | 10111 | 1011001 | 111100 |
Color Harmonies of #F4833C
Complementary color
Monochromatic Colors of #F4833C
Black with #F4833C
Text Example
Text Example
White with #F4833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4833C; }
p { color: rgb(244,131,60); }
H1.HeaderClassName
{
color: #F4833C;
}
.AnyTagClassName
{
color: #F4833C;
}
</style>
background-color css
<style>
a { background-color: #F4833C; }
a { background-color: rgb(244,131,60); }
div.DivClassName
{
background-color: #F4833C;
}
.BgClassName
{
background-color: #F4833C;
}
</style>
border-color css
<style>
span { border-color: #F4833C; }
span { border-color: rgb(244,131,60); }
td.TdClassName
{
border-color: #F4833C;
}
.TagClassName
{
border-color: #F4833C;
}
</style>