Shades of Dark Tangerine #FAA40D
Tints of Dark Tangerine #FAA40D
RGB
CMYK
RGB Variations
Color information
#FAA40D (or 0xFAA40D) is known color: Dark Tangerine. HEX triplet: FA, A4 and 0D. RGB value is (250,164,13). Sum of RGB (Red+Green+Blue) = 250+164+13=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA40D is #055BF2. Grayscale: #ADADAD. Windows color (decimal): -351219 or 894202. OLE color: 894202.
HSL color Cylindrical-coordinate representation of color #FAA40D: hue angle of 38.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAA40D is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 13 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.02 |
| HSL | 38.23º | 0.96% | 0.52% | - |
| HSV(B) | 38.23º | 0.95% | 0.98% | - |
| XYZ | 52.77 | 46.9 | 6.65 | - |
| YUV | 172.5 | 37.99 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 13 | 0 | 0.34 | 0.95 | 0.02 | 38.23 | 0.96 | 0.52 |
| Hex | FA | A4 | D | 0 | 22 | 5F | 2 | 26 | 60 | 34 |
| Octal | 372 | 244 | 15 | 0 | 42 | 137 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100100 | 1101 | 0 | 100010 | 1011111 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA40D
Complementary color
Monochromatic Colors of #FAA40D
Black with #FAA40D
Text Example
Text Example
White with #FAA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA40D; }
p { color: rgb(250,164,13); }
H1.HeaderClassName
{
color: #FAA40D;
}
.AnyTagClassName
{
color: #FAA40D;
}
</style>
background-color css
<style>
a { background-color: #FAA40D; }
a { background-color: rgb(250,164,13); }
div.DivClassName
{
background-color: #FAA40D;
}
.BgClassName
{
background-color: #FAA40D;
}
</style>
border-color css
<style>
span { border-color: #FAA40D; }
span { border-color: rgb(250,164,13); }
td.TdClassName
{
border-color: #FAA40D;
}
.TagClassName
{
border-color: #FAA40D;
}
</style>