Shades of Tangerine Yellow #FAC900
Tints of Tangerine Yellow #FAC900
RGB
CMYK
RGB Variations
Color information
#FAC900 (or 0xFAC900) is known color: Tangerine Yellow. HEX triplet: FA, C9 and 00. RGB value is (250,201,0). Sum of RGB (Red+Green+Blue) = 250+201+0=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC900 is #0536FF. Grayscale: #C1C1C1. Windows color (decimal): -341760 or 51706. OLE color: 51706.
HSL color Cylindrical-coordinate representation of color #FAC900: hue angle of 48.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAC900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.02 |
| HSL | 48.24º | 1% | 0.49% | - |
| HSV(B) | 48.24º | 1% | 0.98% | - |
| XYZ | 60.31 | 62.1 | 8.81 | - |
| YUV | 192.74 | 19.23 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 0 | 0 | 0.20 | 1 | 0.02 | 48.24 | 1 | 0.49 |
| Hex | FA | C9 | 0 | 0 | 14 | 64 | 2 | 30 | 64 | 31 |
| Octal | 372 | 311 | 0 | 0 | 24 | 144 | 2 | 60 | 144 | 61 |
| Binary | 11111010 | 11001001 | 0 | 0 | 10100 | 1100100 | 10 | 110000 | 1100100 | 110001 |
Color Harmonies of #FAC900
Complementary color
Monochromatic Colors of #FAC900
Black with #FAC900
Text Example
Text Example
White with #FAC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC900; }
p { color: rgb(250,201,0); }
H1.HeaderClassName
{
color: #FAC900;
}
.AnyTagClassName
{
color: #FAC900;
}
</style>
background-color css
<style>
a { background-color: #FAC900; }
a { background-color: rgb(250,201,0); }
div.DivClassName
{
background-color: #FAC900;
}
.BgClassName
{
background-color: #FAC900;
}
</style>
border-color css
<style>
span { border-color: #FAC900; }
span { border-color: rgb(250,201,0); }
td.TdClassName
{
border-color: #FAC900;
}
.TagClassName
{
border-color: #FAC900;
}
</style>