Shades of Tangerine Yellow #FACB0A
Tints of Tangerine Yellow #FACB0A
RGB
CMYK
RGB Variations
Color information
#FACB0A (or 0xFACB0A) is known color: Tangerine Yellow. HEX triplet: FA, CB and 0A. RGB value is (250,203,10). Sum of RGB (Red+Green+Blue) = 250+203+10=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB0A is #0534F5. Grayscale: #C3C3C3. Windows color (decimal): -341238 or 707578. OLE color: 707578.
HSL color Cylindrical-coordinate representation of color #FACB0A: hue angle of 48.25º 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 #FACB0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.02 |
| HSL | 48.25º | 0.96% | 0.51% | - |
| HSV(B) | 48.25º | 0.96% | 0.98% | - |
| XYZ | 60.84 | 63.06 | 9.25 | - |
| YUV | 195.05 | 23.57 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 10 | 0 | 0.19 | 0.96 | 0.02 | 48.25 | 0.96 | 0.51 |
| Hex | FA | CB | A | 0 | 13 | 60 | 2 | 30 | 60 | 33 |
| Octal | 372 | 313 | 12 | 0 | 23 | 140 | 2 | 60 | 140 | 63 |
| Binary | 11111010 | 11001011 | 1010 | 0 | 10011 | 1100000 | 10 | 110000 | 1100000 | 110011 |
Color Harmonies of #FACB0A
Complementary color
Monochromatic Colors of #FACB0A
Black with #FACB0A
Text Example
Text Example
White with #FACB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB0A; }
p { color: rgb(250,203,10); }
H1.HeaderClassName
{
color: #FACB0A;
}
.AnyTagClassName
{
color: #FACB0A;
}
</style>
background-color css
<style>
a { background-color: #FACB0A; }
a { background-color: rgb(250,203,10); }
div.DivClassName
{
background-color: #FACB0A;
}
.BgClassName
{
background-color: #FACB0A;
}
</style>
border-color css
<style>
span { border-color: #FACB0A; }
span { border-color: rgb(250,203,10); }
td.TdClassName
{
border-color: #FACB0A;
}
.TagClassName
{
border-color: #FACB0A;
}
</style>