Shades of Tangerine Yellow #FACA11
Tints of Tangerine Yellow #FACA11
RGB
CMYK
RGB Variations
Color information
#FACA11 (or 0xFACA11) is known color: Tangerine Yellow. HEX triplet: FA, CA and 11. RGB value is (250,202,17). Sum of RGB (Red+Green+Blue) = 250+202+17=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA11 is #0535EE. Grayscale: #C4C4C4. Windows color (decimal): -341487 or 1166074. OLE color: 1166074.
HSL color Cylindrical-coordinate representation of color #FACA11: hue angle of 47.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FACA11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.02 |
| HSL | 47.64º | 0.96% | 0.52% | - |
| HSV(B) | 47.64º | 0.93% | 0.98% | - |
| XYZ | 60.65 | 62.61 | 9.42 | - |
| YUV | 195.26 | 27.4 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 17 | 0 | 0.19 | 0.93 | 0.02 | 47.64 | 0.96 | 0.52 |
| Hex | FA | CA | 11 | 0 | 13 | 5D | 2 | 30 | 60 | 34 |
| Octal | 372 | 312 | 21 | 0 | 23 | 135 | 2 | 60 | 140 | 64 |
| Binary | 11111010 | 11001010 | 10001 | 0 | 10011 | 1011101 | 10 | 110000 | 1100000 | 110100 |
Color Harmonies of #FACA11
Complementary color
Monochromatic Colors of #FACA11
Black with #FACA11
Text Example
Text Example
White with #FACA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA11; }
p { color: rgb(250,202,17); }
H1.HeaderClassName
{
color: #FACA11;
}
.AnyTagClassName
{
color: #FACA11;
}
</style>
background-color css
<style>
a { background-color: #FACA11; }
a { background-color: rgb(250,202,17); }
div.DivClassName
{
background-color: #FACA11;
}
.BgClassName
{
background-color: #FACA11;
}
</style>
border-color css
<style>
span { border-color: #FACA11; }
span { border-color: rgb(250,202,17); }
td.TdClassName
{
border-color: #FACA11;
}
.TagClassName
{
border-color: #FACA11;
}
</style>