Shades of Tangerine Yellow #FACE0C
Tints of Tangerine Yellow #FACE0C
RGB
CMYK
RGB Variations
Color information
#FACE0C (or 0xFACE0C) is known color: Tangerine Yellow. HEX triplet: FA, CE and 0C. RGB value is (250,206,12). Sum of RGB (Red+Green+Blue) = 250+206+12=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE0C is #0531F3. Grayscale: #C5C5C5. Windows color (decimal): -340468 or 839418. OLE color: 839418.
HSL color Cylindrical-coordinate representation of color #FACE0C: hue angle of 48.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FACE0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.02 |
| HSL | 48.91º | 0.96% | 0.51% | - |
| HSV(B) | 48.91º | 0.95% | 0.98% | - |
| XYZ | 61.56 | 64.49 | 9.55 | - |
| YUV | 197.04 | 23.58 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 12 | 0 | 0.18 | 0.95 | 0.02 | 48.91 | 0.96 | 0.51 |
| Hex | FA | CE | C | 0 | 12 | 5F | 2 | 31 | 60 | 33 |
| Octal | 372 | 316 | 14 | 0 | 22 | 137 | 2 | 61 | 140 | 63 |
| Binary | 11111010 | 11001110 | 1100 | 0 | 10010 | 1011111 | 10 | 110001 | 1100000 | 110011 |
Color Harmonies of #FACE0C
Complementary color
Monochromatic Colors of #FACE0C
Black with #FACE0C
Text Example
Text Example
White with #FACE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE0C; }
p { color: rgb(250,206,12); }
H1.HeaderClassName
{
color: #FACE0C;
}
.AnyTagClassName
{
color: #FACE0C;
}
</style>
background-color css
<style>
a { background-color: #FACE0C; }
a { background-color: rgb(250,206,12); }
div.DivClassName
{
background-color: #FACE0C;
}
.BgClassName
{
background-color: #FACE0C;
}
</style>
border-color css
<style>
span { border-color: #FACE0C; }
span { border-color: rgb(250,206,12); }
td.TdClassName
{
border-color: #FACE0C;
}
.TagClassName
{
border-color: #FACE0C;
}
</style>