Shades of Dark Tangerine #FAA20C
Tints of Dark Tangerine #FAA20C
RGB
CMYK
RGB Variations
Color information
#FAA20C (or 0xFAA20C) is known color: Dark Tangerine. HEX triplet: FA, A2 and 0C. RGB value is (250,162,12). Sum of RGB (Red+Green+Blue) = 250+162+12=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA20C is #055DF3. Grayscale: #ABABAB. Windows color (decimal): -351732 or 828154. OLE color: 828154.
HSL color Cylindrical-coordinate representation of color #FAA20C: hue angle of 37.82º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAA20C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.02 |
| HSL | 37.82º | 0.96% | 0.51% | - |
| HSV(B) | 37.82º | 0.95% | 0.98% | - |
| XYZ | 52.41 | 46.19 | 6.5 | - |
| YUV | 171.21 | 38.15 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 12 | 0 | 0.35 | 0.95 | 0.02 | 37.82 | 0.96 | 0.51 |
| Hex | FA | A2 | C | 0 | 23 | 5F | 2 | 26 | 60 | 33 |
| Octal | 372 | 242 | 14 | 0 | 43 | 137 | 2 | 46 | 140 | 63 |
| Binary | 11111010 | 10100010 | 1100 | 0 | 100011 | 1011111 | 10 | 100110 | 1100000 | 110011 |
Color Harmonies of #FAA20C
Complementary color
Monochromatic Colors of #FAA20C
Black with #FAA20C
Text Example
Text Example
White with #FAA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA20C; }
p { color: rgb(250,162,12); }
H1.HeaderClassName
{
color: #FAA20C;
}
.AnyTagClassName
{
color: #FAA20C;
}
</style>
background-color css
<style>
a { background-color: #FAA20C; }
a { background-color: rgb(250,162,12); }
div.DivClassName
{
background-color: #FAA20C;
}
.BgClassName
{
background-color: #FAA20C;
}
</style>
border-color css
<style>
span { border-color: #FAA20C; }
span { border-color: rgb(250,162,12); }
td.TdClassName
{
border-color: #FAA20C;
}
.TagClassName
{
border-color: #FAA20C;
}
</style>