Shades of Tangerine Yellow #FACE0A
Tints of Tangerine Yellow #FACE0A
RGB
CMYK
RGB Variations
Color information
#FACE0A (or 0xFACE0A) is known color: Tangerine Yellow. HEX triplet: FA, CE and 0A. RGB value is (250,206,10). Sum of RGB (Red+Green+Blue) = 250+206+10=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACE0A is #0531F5. Grayscale: #C5C5C5. Windows color (decimal): -340470 or 708346. OLE color: 708346.
HSL color Cylindrical-coordinate representation of color #FACE0A: hue angle of 49º 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 #FACE0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.02 |
| HSL | 49º | 0.96% | 0.51% | - |
| HSV(B) | 49º | 0.96% | 0.98% | - |
| XYZ | 61.55 | 64.49 | 9.49 | - |
| YUV | 196.81 | 22.58 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 10 | 0 | 0.18 | 0.96 | 0.02 | 49 | 0.96 | 0.51 |
| Hex | FA | CE | A | 0 | 12 | 60 | 2 | 31 | 60 | 33 |
| Octal | 372 | 316 | 12 | 0 | 22 | 140 | 2 | 61 | 140 | 63 |
| Binary | 11111010 | 11001110 | 1010 | 0 | 10010 | 1100000 | 10 | 110001 | 1100000 | 110011 |
Color Harmonies of #FACE0A
Complementary color
Monochromatic Colors of #FACE0A
Black with #FACE0A
Text Example
Text Example
White with #FACE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE0A; }
p { color: rgb(250,206,10); }
H1.HeaderClassName
{
color: #FACE0A;
}
.AnyTagClassName
{
color: #FACE0A;
}
</style>
background-color css
<style>
a { background-color: #FACE0A; }
a { background-color: rgb(250,206,10); }
div.DivClassName
{
background-color: #FACE0A;
}
.BgClassName
{
background-color: #FACE0A;
}
</style>
border-color css
<style>
span { border-color: #FACE0A; }
span { border-color: rgb(250,206,10); }
td.TdClassName
{
border-color: #FACE0A;
}
.TagClassName
{
border-color: #FACE0A;
}
</style>