Shades of Tangerine Yellow #FACD09
Tints of Tangerine Yellow #FACD09
RGB
CMYK
RGB Variations
Color information
#FACD09 (or 0xFACD09) is known color: Tangerine Yellow. HEX triplet: FA, CD and 09. RGB value is (250,205,9). Sum of RGB (Red+Green+Blue) = 250+205+9=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD09 is #0532F6. Grayscale: #C4C4C4. Windows color (decimal): -340727 or 642554. OLE color: 642554.
HSL color Cylindrical-coordinate representation of color #FACD09: hue angle of 48.8º 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 #FACD09 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.02 |
| HSL | 48.8º | 0.96% | 0.51% | - |
| HSV(B) | 48.8º | 0.96% | 0.98% | - |
| XYZ | 61.3 | 64.01 | 9.38 | - |
| YUV | 196.11 | 22.41 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 9 | 0 | 0.18 | 0.96 | 0.02 | 48.8 | 0.96 | 0.51 |
| Hex | FA | CD | 9 | 0 | 12 | 60 | 2 | 31 | 60 | 33 |
| Octal | 372 | 315 | 11 | 0 | 22 | 140 | 2 | 61 | 140 | 63 |
| Binary | 11111010 | 11001101 | 1001 | 0 | 10010 | 1100000 | 10 | 110001 | 1100000 | 110011 |
Color Harmonies of #FACD09
Complementary color
Monochromatic Colors of #FACD09
Black with #FACD09
Text Example
Text Example
White with #FACD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD09; }
p { color: rgb(250,205,9); }
H1.HeaderClassName
{
color: #FACD09;
}
.AnyTagClassName
{
color: #FACD09;
}
</style>
background-color css
<style>
a { background-color: #FACD09; }
a { background-color: rgb(250,205,9); }
div.DivClassName
{
background-color: #FACD09;
}
.BgClassName
{
background-color: #FACD09;
}
</style>
border-color css
<style>
span { border-color: #FACD09; }
span { border-color: rgb(250,205,9); }
td.TdClassName
{
border-color: #FACD09;
}
.TagClassName
{
border-color: #FACD09;
}
</style>