Shades of Dark Tangerine #FAA50B
Tints of Dark Tangerine #FAA50B
RGB
CMYK
RGB Variations
Color information
#FAA50B (or 0xFAA50B) is known color: Dark Tangerine. HEX triplet: FA, A5 and 0B. RGB value is (250,165,11). Sum of RGB (Red+Green+Blue) = 250+165+11=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA50B is #055AF4. Grayscale: #ADADAD. Windows color (decimal): -350965 or 763386. OLE color: 763386.
HSL color Cylindrical-coordinate representation of color #FAA50B: hue angle of 38.66º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAA50B is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 11 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.02 |
| HSL | 38.66º | 0.96% | 0.51% | - |
| HSV(B) | 38.66º | 0.96% | 0.98% | - |
| XYZ | 52.94 | 47.26 | 6.65 | - |
| YUV | 172.86 | 36.66 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 11 | 0 | 0.34 | 0.96 | 0.02 | 38.66 | 0.96 | 0.51 |
| Hex | FA | A5 | B | 0 | 22 | 60 | 2 | 27 | 60 | 33 |
| Octal | 372 | 245 | 13 | 0 | 42 | 140 | 2 | 47 | 140 | 63 |
| Binary | 11111010 | 10100101 | 1011 | 0 | 100010 | 1100000 | 10 | 100111 | 1100000 | 110011 |
Color Harmonies of #FAA50B
Complementary color
Monochromatic Colors of #FAA50B
Black with #FAA50B
Text Example
Text Example
White with #FAA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA50B; }
p { color: rgb(250,165,11); }
H1.HeaderClassName
{
color: #FAA50B;
}
.AnyTagClassName
{
color: #FAA50B;
}
</style>
background-color css
<style>
a { background-color: #FAA50B; }
a { background-color: rgb(250,165,11); }
div.DivClassName
{
background-color: #FAA50B;
}
.BgClassName
{
background-color: #FAA50B;
}
</style>
border-color css
<style>
span { border-color: #FAA50B; }
span { border-color: rgb(250,165,11); }
td.TdClassName
{
border-color: #FAA50B;
}
.TagClassName
{
border-color: #FAA50B;
}
</style>