Shades of Tangerine Yellow #FACC0A
Tints of Tangerine Yellow #FACC0A
RGB
CMYK
RGB Variations
Color information
#FACC0A (or 0xFACC0A) is known color: Tangerine Yellow. HEX triplet: FA, CC and 0A. RGB value is (250,204,10). Sum of RGB (Red+Green+Blue) = 250+204+10=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 10 (4.30% from 255 or 2.16% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC0A is #0533F5. Grayscale: #C4C4C4. Windows color (decimal): -340982 or 707834. OLE color: 707834.
HSL color Cylindrical-coordinate representation of color #FACC0A: hue angle of 48.5º 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 #FACC0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.02 |
| HSL | 48.5º | 0.96% | 0.51% | - |
| HSV(B) | 48.5º | 0.96% | 0.98% | - |
| XYZ | 61.07 | 63.53 | 9.33 | - |
| YUV | 195.64 | 23.24 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 10 | 0 | 0.18 | 0.96 | 0.02 | 48.5 | 0.96 | 0.51 |
| Hex | FA | CC | A | 0 | 12 | 60 | 2 | 30 | 60 | 33 |
| Octal | 372 | 314 | 12 | 0 | 22 | 140 | 2 | 60 | 140 | 63 |
| Binary | 11111010 | 11001100 | 1010 | 0 | 10010 | 1100000 | 10 | 110000 | 1100000 | 110011 |
Color Harmonies of #FACC0A
Complementary color
Monochromatic Colors of #FACC0A
Black with #FACC0A
Text Example
Text Example
White with #FACC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC0A; }
p { color: rgb(250,204,10); }
H1.HeaderClassName
{
color: #FACC0A;
}
.AnyTagClassName
{
color: #FACC0A;
}
</style>
background-color css
<style>
a { background-color: #FACC0A; }
a { background-color: rgb(250,204,10); }
div.DivClassName
{
background-color: #FACC0A;
}
.BgClassName
{
background-color: #FACC0A;
}
</style>
border-color css
<style>
span { border-color: #FACC0A; }
span { border-color: rgb(250,204,10); }
td.TdClassName
{
border-color: #FACC0A;
}
.TagClassName
{
border-color: #FACC0A;
}
</style>