Shades of Tangerine Yellow #FACA05
Tints of Tangerine Yellow #FACA05
RGB
CMYK
RGB Variations
Color information
#FACA05 (or 0xFACA05) is known color: Tangerine Yellow. HEX triplet: FA, CA and 05. RGB value is (250,202,5). Sum of RGB (Red+Green+Blue) = 250+202+5=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA05 is #0535FA. Grayscale: #C2C2C2. Windows color (decimal): -341499 or 379642. OLE color: 379642.
HSL color Cylindrical-coordinate representation of color #FACA05: hue angle of 48.24º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FACA05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.02 |
| HSL | 48.24º | 0.96% | 0.5% | - |
| HSV(B) | 48.24º | 0.98% | 0.98% | - |
| XYZ | 60.57 | 62.58 | 9.03 | - |
| YUV | 193.89 | 21.4 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 5 | 0 | 0.19 | 0.98 | 0.02 | 48.24 | 0.96 | 0.5 |
| Hex | FA | CA | 5 | 0 | 13 | 62 | 2 | 30 | 60 | 32 |
| Octal | 372 | 312 | 5 | 0 | 23 | 142 | 2 | 60 | 140 | 62 |
| Binary | 11111010 | 11001010 | 101 | 0 | 10011 | 1100010 | 10 | 110000 | 1100000 | 110010 |
Color Harmonies of #FACA05
Complementary color
Monochromatic Colors of #FACA05
Black with #FACA05
Text Example
Text Example
White with #FACA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA05; }
p { color: rgb(250,202,5); }
H1.HeaderClassName
{
color: #FACA05;
}
.AnyTagClassName
{
color: #FACA05;
}
</style>
background-color css
<style>
a { background-color: #FACA05; }
a { background-color: rgb(250,202,5); }
div.DivClassName
{
background-color: #FACA05;
}
.BgClassName
{
background-color: #FACA05;
}
</style>
border-color css
<style>
span { border-color: #FACA05; }
span { border-color: rgb(250,202,5); }
td.TdClassName
{
border-color: #FACA05;
}
.TagClassName
{
border-color: #FACA05;
}
</style>