Shades of Tangerine Yellow #FACA09
Tints of Tangerine Yellow #FACA09
RGB
CMYK
RGB Variations
Color information
#FACA09 (or 0xFACA09) is known color: Tangerine Yellow. HEX triplet: FA, CA and 09. RGB value is (250,202,9). Sum of RGB (Red+Green+Blue) = 250+202+9=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA09 is #0535F6. Grayscale: #C3C3C3. Windows color (decimal): -341495 or 641786. OLE color: 641786.
HSL color Cylindrical-coordinate representation of color #FACA09: hue angle of 48.05º 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 #FACA09 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.02 |
| HSL | 48.05º | 0.96% | 0.51% | - |
| HSV(B) | 48.05º | 0.96% | 0.98% | - |
| XYZ | 60.59 | 62.58 | 9.14 | - |
| YUV | 194.35 | 23.4 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 9 | 0 | 0.19 | 0.96 | 0.02 | 48.05 | 0.96 | 0.51 |
| Hex | FA | CA | 9 | 0 | 13 | 60 | 2 | 30 | 60 | 33 |
| Octal | 372 | 312 | 11 | 0 | 23 | 140 | 2 | 60 | 140 | 63 |
| Binary | 11111010 | 11001010 | 1001 | 0 | 10011 | 1100000 | 10 | 110000 | 1100000 | 110011 |
Color Harmonies of #FACA09
Complementary color
Monochromatic Colors of #FACA09
Black with #FACA09
Text Example
Text Example
White with #FACA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA09; }
p { color: rgb(250,202,9); }
H1.HeaderClassName
{
color: #FACA09;
}
.AnyTagClassName
{
color: #FACA09;
}
</style>
background-color css
<style>
a { background-color: #FACA09; }
a { background-color: rgb(250,202,9); }
div.DivClassName
{
background-color: #FACA09;
}
.BgClassName
{
background-color: #FACA09;
}
</style>
border-color css
<style>
span { border-color: #FACA09; }
span { border-color: rgb(250,202,9); }
td.TdClassName
{
border-color: #FACA09;
}
.TagClassName
{
border-color: #FACA09;
}
</style>