Shades of Tangerine Yellow #FACC00
Tints of Tangerine Yellow #FACC00
RGB
CMYK
RGB Variations
Color information
#FACC00 (or 0xFACC00) is known color: Tangerine Yellow. HEX triplet: FA, CC and 00. RGB value is (250,204,0). Sum of RGB (Red+Green+Blue) = 250+204+0=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC00 is #0533FF. Grayscale: #C3C3C3. Windows color (decimal): -340992 or 52474. OLE color: 52474.
HSL color Cylindrical-coordinate representation of color #FACC00: hue angle of 48.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FACC00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.02 |
| HSL | 48.96º | 1% | 0.49% | - |
| HSV(B) | 48.96º | 1% | 0.98% | - |
| XYZ | 61.02 | 63.51 | 9.04 | - |
| YUV | 194.5 | 18.24 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 0 | 0 | 0.18 | 1 | 0.02 | 48.96 | 1 | 0.49 |
| Hex | FA | CC | 0 | 0 | 12 | 64 | 2 | 31 | 64 | 31 |
| Octal | 372 | 314 | 0 | 0 | 22 | 144 | 2 | 61 | 144 | 61 |
| Binary | 11111010 | 11001100 | 0 | 0 | 10010 | 1100100 | 10 | 110001 | 1100100 | 110001 |
Color Harmonies of #FACC00
Complementary color
Monochromatic Colors of #FACC00
Black with #FACC00
Text Example
Text Example
White with #FACC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC00; }
p { color: rgb(250,204,0); }
H1.HeaderClassName
{
color: #FACC00;
}
.AnyTagClassName
{
color: #FACC00;
}
</style>
background-color css
<style>
a { background-color: #FACC00; }
a { background-color: rgb(250,204,0); }
div.DivClassName
{
background-color: #FACC00;
}
.BgClassName
{
background-color: #FACC00;
}
</style>
border-color css
<style>
span { border-color: #FACC00; }
span { border-color: rgb(250,204,0); }
td.TdClassName
{
border-color: #FACC00;
}
.TagClassName
{
border-color: #FACC00;
}
</style>