Shades of Dark Tangerine #FAA50C
Tints of Dark Tangerine #FAA50C
RGB
CMYK
RGB Variations
Color information
#FAA50C (or 0xFAA50C) is known color: Dark Tangerine. HEX triplet: FA, A5 and 0C. RGB value is (250,165,12). Sum of RGB (Red+Green+Blue) = 250+165+12=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA50C is #055AF3. Grayscale: #ADADAD. Windows color (decimal): -350964 or 828922. OLE color: 828922.
HSL color Cylindrical-coordinate representation of color #FAA50C: hue angle of 38.57º 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 #FAA50C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.02 |
| HSL | 38.57º | 0.96% | 0.51% | - |
| HSV(B) | 38.57º | 0.95% | 0.98% | - |
| XYZ | 52.95 | 47.26 | 6.68 | - |
| YUV | 172.97 | 37.16 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 12 | 0 | 0.34 | 0.95 | 0.02 | 38.57 | 0.96 | 0.51 |
| Hex | FA | A5 | C | 0 | 22 | 5F | 2 | 27 | 60 | 33 |
| Octal | 372 | 245 | 14 | 0 | 42 | 137 | 2 | 47 | 140 | 63 |
| Binary | 11111010 | 10100101 | 1100 | 0 | 100010 | 1011111 | 10 | 100111 | 1100000 | 110011 |
Color Harmonies of #FAA50C
Complementary color
Monochromatic Colors of #FAA50C
Black with #FAA50C
Text Example
Text Example
White with #FAA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA50C; }
p { color: rgb(250,165,12); }
H1.HeaderClassName
{
color: #FAA50C;
}
.AnyTagClassName
{
color: #FAA50C;
}
</style>
background-color css
<style>
a { background-color: #FAA50C; }
a { background-color: rgb(250,165,12); }
div.DivClassName
{
background-color: #FAA50C;
}
.BgClassName
{
background-color: #FAA50C;
}
</style>
border-color css
<style>
span { border-color: #FAA50C; }
span { border-color: rgb(250,165,12); }
td.TdClassName
{
border-color: #FAA50C;
}
.TagClassName
{
border-color: #FAA50C;
}
</style>