Shades of Tangerine Yellow #FACD0E
Tints of Tangerine Yellow #FACD0E
RGB
CMYK
RGB Variations
Color information
#FACD0E (or 0xFACD0E) is known color: Tangerine Yellow. HEX triplet: FA, CD and 0E. RGB value is (250,205,14). Sum of RGB (Red+Green+Blue) = 250+205+14=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD0E is #0532F1. Grayscale: #C5C5C5. Windows color (decimal): -340722 or 970234. OLE color: 970234.
HSL color Cylindrical-coordinate representation of color #FACD0E: hue angle of 48.56º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FACD0E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.02 |
| HSL | 48.56º | 0.96% | 0.52% | - |
| HSV(B) | 48.56º | 0.94% | 0.98% | - |
| XYZ | 61.33 | 64.02 | 9.54 | - |
| YUV | 196.68 | 24.91 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 14 | 0 | 0.18 | 0.94 | 0.02 | 48.56 | 0.96 | 0.52 |
| Hex | FA | CD | E | 0 | 12 | 5E | 2 | 31 | 60 | 34 |
| Octal | 372 | 315 | 16 | 0 | 22 | 136 | 2 | 61 | 140 | 64 |
| Binary | 11111010 | 11001101 | 1110 | 0 | 10010 | 1011110 | 10 | 110001 | 1100000 | 110100 |
Color Harmonies of #FACD0E
Complementary color
Monochromatic Colors of #FACD0E
Black with #FACD0E
Text Example
Text Example
White with #FACD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD0E; }
p { color: rgb(250,205,14); }
H1.HeaderClassName
{
color: #FACD0E;
}
.AnyTagClassName
{
color: #FACD0E;
}
</style>
background-color css
<style>
a { background-color: #FACD0E; }
a { background-color: rgb(250,205,14); }
div.DivClassName
{
background-color: #FACD0E;
}
.BgClassName
{
background-color: #FACD0E;
}
</style>
border-color css
<style>
span { border-color: #FACD0E; }
span { border-color: rgb(250,205,14); }
td.TdClassName
{
border-color: #FACD0E;
}
.TagClassName
{
border-color: #FACD0E;
}
</style>