Shades of Flamenco #F3823C
Tints of Flamenco #F3823C
RGB
CMYK
RGB Variations
Color information
#F3823C (or 0xF3823C) is known color: Flamenco. HEX triplet: F3, 82 and 3C. RGB value is (243,130,60). Sum of RGB (Red+Green+Blue) = 243+130+60=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F3823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3823C is #0C7DC3. Grayscale: #9C9C9C. Windows color (decimal): -818628 or 3965683. OLE color: 3965683.
HSL color Cylindrical-coordinate representation of color #F3823C: hue angle of 22.95º degrees, saturation: 0.88, 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 #F3823C is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 60 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.05 |
| HSL | 22.95º | 0.88% | 0.59% | - |
| HSV(B) | 22.95º | 0.75% | 0.95% | - |
| XYZ | 45.76 | 35.35 | 8.69 | - |
| YUV | 155.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 60 | 0 | 0.47 | 0.75 | 0.05 | 22.95 | 0.88 | 0.59 |
| Hex | F3 | 82 | 3C | 0 | 2F | 4B | 5 | 17 | 58 | 3B |
| Octal | 363 | 202 | 74 | 0 | 57 | 113 | 5 | 27 | 130 | 73 |
| Binary | 11110011 | 10000010 | 111100 | 0 | 101111 | 1001011 | 101 | 10111 | 1011000 | 111011 |
Color Harmonies of #F3823C
Complementary color
Monochromatic Colors of #F3823C
Black with #F3823C
Text Example
Text Example
White with #F3823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3823C; }
p { color: rgb(243,130,60); }
H1.HeaderClassName
{
color: #F3823C;
}
.AnyTagClassName
{
color: #F3823C;
}
</style>
background-color css
<style>
a { background-color: #F3823C; }
a { background-color: rgb(243,130,60); }
div.DivClassName
{
background-color: #F3823C;
}
.BgClassName
{
background-color: #F3823C;
}
</style>
border-color css
<style>
span { border-color: #F3823C; }
span { border-color: rgb(243,130,60); }
td.TdClassName
{
border-color: #F3823C;
}
.TagClassName
{
border-color: #F3823C;
}
</style>