Shades of Tangerine Yellow #FACA02
Tints of Tangerine Yellow #FACA02
RGB
CMYK
RGB Variations
Color information
#FACA02 (or 0xFACA02) is known color: Tangerine Yellow. HEX triplet: FA, CA and 02. RGB value is (250,202,2). Sum of RGB (Red+Green+Blue) = 250+202+2=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA02 is #0535FD. Grayscale: #C2C2C2. Windows color (decimal): -341502 or 183034. OLE color: 183034.
HSL color Cylindrical-coordinate representation of color #FACA02: hue angle of 48.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FACA02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.02 |
| HSL | 48.39º | 0.98% | 0.49% | - |
| HSV(B) | 48.39º | 0.99% | 0.98% | - |
| XYZ | 60.56 | 62.57 | 8.94 | - |
| YUV | 193.55 | 19.9 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 2 | 0 | 0.19 | 0.99 | 0.02 | 48.39 | 0.98 | 0.49 |
| Hex | FA | CA | 2 | 0 | 13 | 63 | 2 | 30 | 62 | 31 |
| Octal | 372 | 312 | 2 | 0 | 23 | 143 | 2 | 60 | 142 | 61 |
| Binary | 11111010 | 11001010 | 10 | 0 | 10011 | 1100011 | 10 | 110000 | 1100010 | 110001 |
Color Harmonies of #FACA02
Complementary color
Monochromatic Colors of #FACA02
Black with #FACA02
Text Example
Text Example
White with #FACA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA02; }
p { color: rgb(250,202,2); }
H1.HeaderClassName
{
color: #FACA02;
}
.AnyTagClassName
{
color: #FACA02;
}
</style>
background-color css
<style>
a { background-color: #FACA02; }
a { background-color: rgb(250,202,2); }
div.DivClassName
{
background-color: #FACA02;
}
.BgClassName
{
background-color: #FACA02;
}
</style>
border-color css
<style>
span { border-color: #FACA02; }
span { border-color: rgb(250,202,2); }
td.TdClassName
{
border-color: #FACA02;
}
.TagClassName
{
border-color: #FACA02;
}
</style>