Shades of Dark Tangerine #FAA922
Tints of Dark Tangerine #FAA922
RGB
CMYK
RGB Variations
Color information
#FAA922 (or 0xFAA922) is known color: Dark Tangerine. HEX triplet: FA, A9 and 22. RGB value is (250,169,34). Sum of RGB (Red+Green+Blue) = 250+169+34=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA922 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA922 is #0556DD. Grayscale: #B2B2B2. Windows color (decimal): -349918 or 2271738. OLE color: 2271738.
HSL color Cylindrical-coordinate representation of color #FAA922: hue angle of 37.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAA922 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 34 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.02 |
| HSL | 37.5º | 0.96% | 0.56% | - |
| HSV(B) | 37.5º | 0.86% | 0.98% | - |
| XYZ | 53.9 | 48.82 | 8.09 | - |
| YUV | 177.83 | 46.84 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 34 | 0 | 0.32 | 0.86 | 0.02 | 37.5 | 0.96 | 0.56 |
| Hex | FA | A9 | 22 | 0 | 20 | 56 | 2 | 26 | 60 | 38 |
| Octal | 372 | 251 | 42 | 0 | 40 | 126 | 2 | 46 | 140 | 70 |
| Binary | 11111010 | 10101001 | 100010 | 0 | 100000 | 1010110 | 10 | 100110 | 1100000 | 111000 |
Color Harmonies of #FAA922
Complementary color
Monochromatic Colors of #FAA922
Black with #FAA922
Text Example
Text Example
White with #FAA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA922; }
p { color: rgb(250,169,34); }
H1.HeaderClassName
{
color: #FAA922;
}
.AnyTagClassName
{
color: #FAA922;
}
</style>
background-color css
<style>
a { background-color: #FAA922; }
a { background-color: rgb(250,169,34); }
div.DivClassName
{
background-color: #FAA922;
}
.BgClassName
{
background-color: #FAA922;
}
</style>
border-color css
<style>
span { border-color: #FAA922; }
span { border-color: rgb(250,169,34); }
td.TdClassName
{
border-color: #FAA922;
}
.TagClassName
{
border-color: #FAA922;
}
</style>