Shades of Tangerine Yellow #FACD04
Tints of Tangerine Yellow #FACD04
RGB
CMYK
RGB Variations
Color information
#FACD04 (or 0xFACD04) is known color: Tangerine Yellow. HEX triplet: FA, CD and 04. RGB value is (250,205,4). Sum of RGB (Red+Green+Blue) = 250+205+4=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 4 (1.95% from 255 or 0.87% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD04 is #0532FB. Grayscale: #C4C4C4. Windows color (decimal): -340732 or 314874. OLE color: 314874.
HSL color Cylindrical-coordinate representation of color #FACD04: hue angle of 49.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FACD04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.02 |
| HSL | 49.02º | 0.97% | 0.5% | - |
| HSV(B) | 49.02º | 0.98% | 0.98% | - |
| XYZ | 61.28 | 64 | 9.24 | - |
| YUV | 195.54 | 19.91 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 4 | 0 | 0.18 | 0.98 | 0.02 | 49.02 | 0.97 | 0.5 |
| Hex | FA | CD | 4 | 0 | 12 | 62 | 2 | 31 | 61 | 32 |
| Octal | 372 | 315 | 4 | 0 | 22 | 142 | 2 | 61 | 141 | 62 |
| Binary | 11111010 | 11001101 | 100 | 0 | 10010 | 1100010 | 10 | 110001 | 1100001 | 110010 |
Color Harmonies of #FACD04
Complementary color
Monochromatic Colors of #FACD04
Black with #FACD04
Text Example
Text Example
White with #FACD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD04; }
p { color: rgb(250,205,4); }
H1.HeaderClassName
{
color: #FACD04;
}
.AnyTagClassName
{
color: #FACD04;
}
</style>
background-color css
<style>
a { background-color: #FACD04; }
a { background-color: rgb(250,205,4); }
div.DivClassName
{
background-color: #FACD04;
}
.BgClassName
{
background-color: #FACD04;
}
</style>
border-color css
<style>
span { border-color: #FACD04; }
span { border-color: rgb(250,205,4); }
td.TdClassName
{
border-color: #FACD04;
}
.TagClassName
{
border-color: #FACD04;
}
</style>