Shades of Tangerine Yellow #FACA03
Tints of Tangerine Yellow #FACA03
RGB
CMYK
RGB Variations
Color information
#FACA03 (or 0xFACA03) is known color: Tangerine Yellow. HEX triplet: FA, CA and 03. RGB value is (250,202,3). Sum of RGB (Red+Green+Blue) = 250+202+3=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA03 is #0535FC. Grayscale: #C2C2C2. Windows color (decimal): -341501 or 248570. OLE color: 248570.
HSL color Cylindrical-coordinate representation of color #FACA03: hue angle of 48.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FACA03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.02 |
| HSL | 48.34º | 0.98% | 0.5% | - |
| HSV(B) | 48.34º | 0.99% | 0.98% | - |
| XYZ | 60.56 | 62.57 | 8.97 | - |
| YUV | 193.67 | 20.4 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 3 | 0 | 0.19 | 0.99 | 0.02 | 48.34 | 0.98 | 0.5 |
| Hex | FA | CA | 3 | 0 | 13 | 63 | 2 | 30 | 62 | 32 |
| Octal | 372 | 312 | 3 | 0 | 23 | 143 | 2 | 60 | 142 | 62 |
| Binary | 11111010 | 11001010 | 11 | 0 | 10011 | 1100011 | 10 | 110000 | 1100010 | 110010 |
Color Harmonies of #FACA03
Complementary color
Monochromatic Colors of #FACA03
Black with #FACA03
Text Example
Text Example
White with #FACA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA03; }
p { color: rgb(250,202,3); }
H1.HeaderClassName
{
color: #FACA03;
}
.AnyTagClassName
{
color: #FACA03;
}
</style>
background-color css
<style>
a { background-color: #FACA03; }
a { background-color: rgb(250,202,3); }
div.DivClassName
{
background-color: #FACA03;
}
.BgClassName
{
background-color: #FACA03;
}
</style>
border-color css
<style>
span { border-color: #FACA03; }
span { border-color: rgb(250,202,3); }
td.TdClassName
{
border-color: #FACA03;
}
.TagClassName
{
border-color: #FACA03;
}
</style>