Shades of Flamenco #FA833F
Tints of Flamenco #FA833F
RGB
CMYK
RGB Variations
Color information
#FA833F (or 0xFA833F) is known color: Flamenco. HEX triplet: FA, 83 and 3F. RGB value is (250,131,63). Sum of RGB (Red+Green+Blue) = 250+131+63=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA833F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA833F is #057CC0. Grayscale: #9F9F9F. Windows color (decimal): -359617 or 4162554. OLE color: 4162554.
HSL color Cylindrical-coordinate representation of color #FA833F: hue angle of 21.82º degrees, saturation: 0.95, 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 #FA833F is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 63 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.02 |
| HSL | 21.82º | 0.95% | 0.61% | - |
| HSV(B) | 21.82º | 0.75% | 0.98% | - |
| XYZ | 48.44 | 36.92 | 9.28 | - |
| YUV | 158.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 63 | 0 | 0.48 | 0.75 | 0.02 | 21.82 | 0.95 | 0.61 |
| Hex | FA | 83 | 3F | 0 | 30 | 4B | 2 | 16 | 5F | 3D |
| Octal | 372 | 203 | 77 | 0 | 60 | 113 | 2 | 26 | 137 | 75 |
| Binary | 11111010 | 10000011 | 111111 | 0 | 110000 | 1001011 | 10 | 10110 | 1011111 | 111101 |
Color Harmonies of #FA833F
Complementary color
Monochromatic Colors of #FA833F
Black with #FA833F
Text Example
Text Example
White with #FA833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA833F; }
p { color: rgb(250,131,63); }
H1.HeaderClassName
{
color: #FA833F;
}
.AnyTagClassName
{
color: #FA833F;
}
</style>
background-color css
<style>
a { background-color: #FA833F; }
a { background-color: rgb(250,131,63); }
div.DivClassName
{
background-color: #FA833F;
}
.BgClassName
{
background-color: #FA833F;
}
</style>
border-color css
<style>
span { border-color: #FA833F; }
span { border-color: rgb(250,131,63); }
td.TdClassName
{
border-color: #FA833F;
}
.TagClassName
{
border-color: #FA833F;
}
</style>