Shades of Flamenco #F9823F
Tints of Flamenco #F9823F
RGB
CMYK
RGB Variations
Color information
#F9823F (or 0xF9823F) is known color: Flamenco. HEX triplet: F9, 82 and 3F. RGB value is (249,130,63). Sum of RGB (Red+Green+Blue) = 249+130+63=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9823F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9823F is #067DC0. Grayscale: #9E9E9E. Windows color (decimal): -425409 or 4162297. OLE color: 4162297.
HSL color Cylindrical-coordinate representation of color #F9823F: hue angle of 21.61º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9823F is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 63 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.02 |
| HSL | 21.61º | 0.94% | 0.61% | - |
| HSV(B) | 21.61º | 0.75% | 0.98% | - |
| XYZ | 47.95 | 36.46 | 9.21 | - |
| YUV | 157.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 63 | 0 | 0.48 | 0.75 | 0.02 | 21.61 | 0.94 | 0.61 |
| Hex | F9 | 82 | 3F | 0 | 30 | 4B | 2 | 16 | 5E | 3D |
| Octal | 371 | 202 | 77 | 0 | 60 | 113 | 2 | 26 | 136 | 75 |
| Binary | 11111001 | 10000010 | 111111 | 0 | 110000 | 1001011 | 10 | 10110 | 1011110 | 111101 |
Color Harmonies of #F9823F
Complementary color
Monochromatic Colors of #F9823F
Black with #F9823F
Text Example
Text Example
White with #F9823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9823F; }
p { color: rgb(249,130,63); }
H1.HeaderClassName
{
color: #F9823F;
}
.AnyTagClassName
{
color: #F9823F;
}
</style>
background-color css
<style>
a { background-color: #F9823F; }
a { background-color: rgb(249,130,63); }
div.DivClassName
{
background-color: #F9823F;
}
.BgClassName
{
background-color: #F9823F;
}
</style>
border-color css
<style>
span { border-color: #F9823F; }
span { border-color: rgb(249,130,63); }
td.TdClassName
{
border-color: #F9823F;
}
.TagClassName
{
border-color: #F9823F;
}
</style>