Shades of Tangerine Yellow #FAC90E
Tints of Tangerine Yellow #FAC90E
RGB
CMYK
RGB Variations
Color information
#FAC90E (or 0xFAC90E) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 0E. RGB value is (250,201,14). Sum of RGB (Red+Green+Blue) = 250+201+14=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC90E is #0536F1. Grayscale: #C3C3C3. Windows color (decimal): -341746 or 969210. OLE color: 969210.
HSL color Cylindrical-coordinate representation of color #FAC90E: hue angle of 47.54º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAC90E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.02 |
| HSL | 47.54º | 0.96% | 0.52% | - |
| HSV(B) | 47.54º | 0.94% | 0.98% | - |
| XYZ | 60.39 | 62.13 | 9.22 | - |
| YUV | 194.33 | 26.23 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 14 | 0 | 0.20 | 0.94 | 0.02 | 47.54 | 0.96 | 0.52 |
| Hex | FA | C9 | E | 0 | 14 | 5E | 2 | 30 | 60 | 34 |
| Octal | 372 | 311 | 16 | 0 | 24 | 136 | 2 | 60 | 140 | 64 |
| Binary | 11111010 | 11001001 | 1110 | 0 | 10100 | 1011110 | 10 | 110000 | 1100000 | 110100 |
Color Harmonies of #FAC90E
Complementary color
Monochromatic Colors of #FAC90E
Black with #FAC90E
Text Example
Text Example
White with #FAC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC90E; }
p { color: rgb(250,201,14); }
H1.HeaderClassName
{
color: #FAC90E;
}
.AnyTagClassName
{
color: #FAC90E;
}
</style>
background-color css
<style>
a { background-color: #FAC90E; }
a { background-color: rgb(250,201,14); }
div.DivClassName
{
background-color: #FAC90E;
}
.BgClassName
{
background-color: #FAC90E;
}
</style>
border-color css
<style>
span { border-color: #FAC90E; }
span { border-color: rgb(250,201,14); }
td.TdClassName
{
border-color: #FAC90E;
}
.TagClassName
{
border-color: #FAC90E;
}
</style>