Shades of Tangerine Yellow #FAC90D
Tints of Tangerine Yellow #FAC90D
RGB
CMYK
RGB Variations
Color information
#FAC90D (or 0xFAC90D) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 0D. RGB value is (250,201,13). Sum of RGB (Red+Green+Blue) = 250+201+13=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC90D is #0536F2. Grayscale: #C3C3C3. Windows color (decimal): -341747 or 903674. OLE color: 903674.
HSL color Cylindrical-coordinate representation of color #FAC90D: hue angle of 47.59º 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 #FAC90D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.02 |
| HSL | 47.59º | 0.96% | 0.52% | - |
| HSV(B) | 47.59º | 0.95% | 0.98% | - |
| XYZ | 60.38 | 62.13 | 9.19 | - |
| YUV | 194.22 | 25.73 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 13 | 0 | 0.20 | 0.95 | 0.02 | 47.59 | 0.96 | 0.52 |
| Hex | FA | C9 | D | 0 | 14 | 5F | 2 | 30 | 60 | 34 |
| Octal | 372 | 311 | 15 | 0 | 24 | 137 | 2 | 60 | 140 | 64 |
| Binary | 11111010 | 11001001 | 1101 | 0 | 10100 | 1011111 | 10 | 110000 | 1100000 | 110100 |
Color Harmonies of #FAC90D
Complementary color
Monochromatic Colors of #FAC90D
Black with #FAC90D
Text Example
Text Example
White with #FAC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC90D; }
p { color: rgb(250,201,13); }
H1.HeaderClassName
{
color: #FAC90D;
}
.AnyTagClassName
{
color: #FAC90D;
}
</style>
background-color css
<style>
a { background-color: #FAC90D; }
a { background-color: rgb(250,201,13); }
div.DivClassName
{
background-color: #FAC90D;
}
.BgClassName
{
background-color: #FAC90D;
}
</style>
border-color css
<style>
span { border-color: #FAC90D; }
span { border-color: rgb(250,201,13); }
td.TdClassName
{
border-color: #FAC90D;
}
.TagClassName
{
border-color: #FAC90D;
}
</style>