Shades of Dark Tangerine #FAA30D
Tints of Dark Tangerine #FAA30D
RGB
CMYK
RGB Variations
Color information
#FAA30D (or 0xFAA30D) is known color: Dark Tangerine. HEX triplet: FA, A3 and 0D. RGB value is (250,163,13). Sum of RGB (Red+Green+Blue) = 250+163+13=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA30D is #055CF2. Grayscale: #ACACAC. Windows color (decimal): -351475 or 893946. OLE color: 893946.
HSL color Cylindrical-coordinate representation of color #FAA30D: hue angle of 37.97º 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 #FAA30D is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 13 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.02 |
| HSL | 37.97º | 0.96% | 0.52% | - |
| HSV(B) | 37.97º | 0.95% | 0.98% | - |
| XYZ | 52.59 | 46.55 | 6.59 | - |
| YUV | 171.91 | 38.32 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 13 | 0 | 0.35 | 0.95 | 0.02 | 37.97 | 0.96 | 0.52 |
| Hex | FA | A3 | D | 0 | 23 | 5F | 2 | 26 | 60 | 34 |
| Octal | 372 | 243 | 15 | 0 | 43 | 137 | 2 | 46 | 140 | 64 |
| Binary | 11111010 | 10100011 | 1101 | 0 | 100011 | 1011111 | 10 | 100110 | 1100000 | 110100 |
Color Harmonies of #FAA30D
Complementary color
Monochromatic Colors of #FAA30D
Black with #FAA30D
Text Example
Text Example
White with #FAA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA30D; }
p { color: rgb(250,163,13); }
H1.HeaderClassName
{
color: #FAA30D;
}
.AnyTagClassName
{
color: #FAA30D;
}
</style>
background-color css
<style>
a { background-color: #FAA30D; }
a { background-color: rgb(250,163,13); }
div.DivClassName
{
background-color: #FAA30D;
}
.BgClassName
{
background-color: #FAA30D;
}
</style>
border-color css
<style>
span { border-color: #FAA30D; }
span { border-color: rgb(250,163,13); }
td.TdClassName
{
border-color: #FAA30D;
}
.TagClassName
{
border-color: #FAA30D;
}
</style>