Shades of Tangerine Yellow #FAC90A
Tints of Tangerine Yellow #FAC90A
RGB
CMYK
RGB Variations
Color information
#FAC90A (or 0xFAC90A) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 0A. RGB value is (250,201,10). Sum of RGB (Red+Green+Blue) = 250+201+10=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC90A is #0536F5. Grayscale: #C2C2C2. Windows color (decimal): -341750 or 707066. OLE color: 707066.
HSL color Cylindrical-coordinate representation of color #FAC90A: hue angle of 47.75º 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 #FAC90A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.02 |
| HSL | 47.75º | 0.96% | 0.51% | - |
| HSV(B) | 47.75º | 0.96% | 0.98% | - |
| XYZ | 60.37 | 62.12 | 9.1 | - |
| YUV | 193.88 | 24.23 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 10 | 0 | 0.20 | 0.96 | 0.02 | 47.75 | 0.96 | 0.51 |
| Hex | FA | C9 | A | 0 | 14 | 60 | 2 | 30 | 60 | 33 |
| Octal | 372 | 311 | 12 | 0 | 24 | 140 | 2 | 60 | 140 | 63 |
| Binary | 11111010 | 11001001 | 1010 | 0 | 10100 | 1100000 | 10 | 110000 | 1100000 | 110011 |
Color Harmonies of #FAC90A
Complementary color
Monochromatic Colors of #FAC90A
Black with #FAC90A
Text Example
Text Example
White with #FAC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC90A; }
p { color: rgb(250,201,10); }
H1.HeaderClassName
{
color: #FAC90A;
}
.AnyTagClassName
{
color: #FAC90A;
}
</style>
background-color css
<style>
a { background-color: #FAC90A; }
a { background-color: rgb(250,201,10); }
div.DivClassName
{
background-color: #FAC90A;
}
.BgClassName
{
background-color: #FAC90A;
}
</style>
border-color css
<style>
span { border-color: #FAC90A; }
span { border-color: rgb(250,201,10); }
td.TdClassName
{
border-color: #FAC90A;
}
.TagClassName
{
border-color: #FAC90A;
}
</style>