Shades of Tangerine Yellow #FACA10
Tints of Tangerine Yellow #FACA10
RGB
CMYK
RGB Variations
Color information
#FACA10 (or 0xFACA10) is known color: Tangerine Yellow. HEX triplet: FA, CA and 10. RGB value is (250,202,16). Sum of RGB (Red+Green+Blue) = 250+202+16=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA10 is #0535EF. Grayscale: #C3C3C3. Windows color (decimal): -341488 or 1100538. OLE color: 1100538.
HSL color Cylindrical-coordinate representation of color #FACA10: hue angle of 47.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FACA10 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 16 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.02 |
| HSL | 47.69º | 0.96% | 0.52% | - |
| HSV(B) | 47.69º | 0.94% | 0.98% | - |
| XYZ | 60.64 | 62.6 | 9.38 | - |
| YUV | 195.15 | 26.9 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 16 | 0 | 0.19 | 0.94 | 0.02 | 47.69 | 0.96 | 0.52 |
| Hex | FA | CA | 10 | 0 | 13 | 5E | 2 | 30 | 60 | 34 |
| Octal | 372 | 312 | 20 | 0 | 23 | 136 | 2 | 60 | 140 | 64 |
| Binary | 11111010 | 11001010 | 10000 | 0 | 10011 | 1011110 | 10 | 110000 | 1100000 | 110100 |
Color Harmonies of #FACA10
Complementary color
Monochromatic Colors of #FACA10
Black with #FACA10
Text Example
Text Example
White with #FACA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA10; }
p { color: rgb(250,202,16); }
H1.HeaderClassName
{
color: #FACA10;
}
.AnyTagClassName
{
color: #FACA10;
}
</style>
background-color css
<style>
a { background-color: #FACA10; }
a { background-color: rgb(250,202,16); }
div.DivClassName
{
background-color: #FACA10;
}
.BgClassName
{
background-color: #FACA10;
}
</style>
border-color css
<style>
span { border-color: #FACA10; }
span { border-color: rgb(250,202,16); }
td.TdClassName
{
border-color: #FACA10;
}
.TagClassName
{
border-color: #FACA10;
}
</style>