Shades of Tangerine Yellow #FDC801
Tints of Tangerine Yellow #FDC801
RGB
CMYK
RGB Variations
Color information
#FDC801 (or 0xFDC801) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 01. RGB value is (253,200,1). Sum of RGB (Red+Green+Blue) = 253+200+1=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC801 is #0237FE. Grayscale: #C2C2C2. Windows color (decimal): -145407 or 116989. OLE color: 116989.
HSL color Cylindrical-coordinate representation of color #FDC801: hue angle of 47.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC801 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.01 |
| HSL | 47.38º | 0.99% | 0.5% | - |
| HSV(B) | 47.38º | 1% | 0.99% | - |
| XYZ | 61.17 | 62.19 | 8.81 | - |
| YUV | 193.16 | 19.56 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 1 | 0 | 0.21 | 1.00 | 0.01 | 47.38 | 0.99 | 0.5 |
| Hex | FD | C8 | 1 | 0 | 15 | 64 | 1 | 2F | 63 | 32 |
| Octal | 375 | 310 | 1 | 0 | 25 | 144 | 1 | 57 | 143 | 62 |
| Binary | 11111101 | 11001000 | 1 | 0 | 10101 | 1100100 | 1 | 101111 | 1100011 | 110010 |
Color Harmonies of #FDC801
Complementary color
Monochromatic Colors of #FDC801
Black with #FDC801
Text Example
Text Example
White with #FDC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC801; }
p { color: rgb(253,200,1); }
H1.HeaderClassName
{
color: #FDC801;
}
.AnyTagClassName
{
color: #FDC801;
}
</style>
background-color css
<style>
a { background-color: #FDC801; }
a { background-color: rgb(253,200,1); }
div.DivClassName
{
background-color: #FDC801;
}
.BgClassName
{
background-color: #FDC801;
}
</style>
border-color css
<style>
span { border-color: #FDC801; }
span { border-color: rgb(253,200,1); }
td.TdClassName
{
border-color: #FDC801;
}
.TagClassName
{
border-color: #FDC801;
}
</style>