Shades of Tangerine Yellow #FACD0A
Tints of Tangerine Yellow #FACD0A
RGB
CMYK
RGB Variations
Color information
#FACD0A (or 0xFACD0A) is known color: Tangerine Yellow. HEX triplet: FA, CD and 0A. RGB value is (250,205,10). Sum of RGB (Red+Green+Blue) = 250+205+10=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD0A is #0532F5. Grayscale: #C5C5C5. Windows color (decimal): -340726 or 708090. OLE color: 708090.
HSL color Cylindrical-coordinate representation of color #FACD0A: hue angle of 48.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 #FACD0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.02 |
| HSL | 48.75º | 0.96% | 0.51% | - |
| HSV(B) | 48.75º | 0.96% | 0.98% | - |
| XYZ | 61.31 | 64.01 | 9.41 | - |
| YUV | 196.23 | 22.91 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 10 | 0 | 0.18 | 0.96 | 0.02 | 48.75 | 0.96 | 0.51 |
| Hex | FA | CD | A | 0 | 12 | 60 | 2 | 31 | 60 | 33 |
| Octal | 372 | 315 | 12 | 0 | 22 | 140 | 2 | 61 | 140 | 63 |
| Binary | 11111010 | 11001101 | 1010 | 0 | 10010 | 1100000 | 10 | 110001 | 1100000 | 110011 |
Color Harmonies of #FACD0A
Complementary color
Monochromatic Colors of #FACD0A
Black with #FACD0A
Text Example
Text Example
White with #FACD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD0A; }
p { color: rgb(250,205,10); }
H1.HeaderClassName
{
color: #FACD0A;
}
.AnyTagClassName
{
color: #FACD0A;
}
</style>
background-color css
<style>
a { background-color: #FACD0A; }
a { background-color: rgb(250,205,10); }
div.DivClassName
{
background-color: #FACD0A;
}
.BgClassName
{
background-color: #FACD0A;
}
</style>
border-color css
<style>
span { border-color: #FACD0A; }
span { border-color: rgb(250,205,10); }
td.TdClassName
{
border-color: #FACD0A;
}
.TagClassName
{
border-color: #FACD0A;
}
</style>