Shades of Tangerine Yellow #FACD01
Tints of Tangerine Yellow #FACD01
RGB
CMYK
RGB Variations
Color information
#FACD01 (or 0xFACD01) is known color: Tangerine Yellow. HEX triplet: FA, CD and 01. RGB value is (250,205,1). Sum of RGB (Red+Green+Blue) = 250+205+1=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD01 is #0532FE. Grayscale: #C4C4C4. Windows color (decimal): -340735 or 118266. OLE color: 118266.
HSL color Cylindrical-coordinate representation of color #FACD01: hue angle of 49.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FACD01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.02 |
| HSL | 49.16º | 0.99% | 0.49% | - |
| HSV(B) | 49.16º | 1% | 0.98% | - |
| XYZ | 61.26 | 63.99 | 9.15 | - |
| YUV | 195.2 | 18.41 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 1 | 0 | 0.18 | 1.00 | 0.02 | 49.16 | 0.99 | 0.49 |
| Hex | FA | CD | 1 | 0 | 12 | 64 | 2 | 31 | 63 | 31 |
| Octal | 372 | 315 | 1 | 0 | 22 | 144 | 2 | 61 | 143 | 61 |
| Binary | 11111010 | 11001101 | 1 | 0 | 10010 | 1100100 | 10 | 110001 | 1100011 | 110001 |
Color Harmonies of #FACD01
Complementary color
Monochromatic Colors of #FACD01
Black with #FACD01
Text Example
Text Example
White with #FACD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD01; }
p { color: rgb(250,205,1); }
H1.HeaderClassName
{
color: #FACD01;
}
.AnyTagClassName
{
color: #FACD01;
}
</style>
background-color css
<style>
a { background-color: #FACD01; }
a { background-color: rgb(250,205,1); }
div.DivClassName
{
background-color: #FACD01;
}
.BgClassName
{
background-color: #FACD01;
}
</style>
border-color css
<style>
span { border-color: #FACD01; }
span { border-color: rgb(250,205,1); }
td.TdClassName
{
border-color: #FACD01;
}
.TagClassName
{
border-color: #FACD01;
}
</style>