Shades of Tangerine Yellow #FDC901
Tints of Tangerine Yellow #FDC901
RGB
CMYK
RGB Variations
Color information
#FDC901 (or 0xFDC901) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 01. RGB value is (253,201,1). Sum of RGB (Red+Green+Blue) = 253+201+1=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC901 is #0236FE. Grayscale: #C2C2C2. Windows color (decimal): -145151 or 117245. OLE color: 117245.
HSL color Cylindrical-coordinate representation of color #FDC901: hue angle of 47.62º 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 #FDC901 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.01 |
| HSL | 47.62º | 0.99% | 0.5% | - |
| HSV(B) | 47.62º | 1% | 0.99% | - |
| XYZ | 61.4 | 62.66 | 8.89 | - |
| YUV | 193.75 | 19.23 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 1 | 0 | 0.21 | 1.00 | 0.01 | 47.62 | 0.99 | 0.5 |
| Hex | FD | C9 | 1 | 0 | 15 | 64 | 1 | 30 | 63 | 32 |
| Octal | 375 | 311 | 1 | 0 | 25 | 144 | 1 | 60 | 143 | 62 |
| Binary | 11111101 | 11001001 | 1 | 0 | 10101 | 1100100 | 1 | 110000 | 1100011 | 110010 |
Color Harmonies of #FDC901
Complementary color
Monochromatic Colors of #FDC901
Black with #FDC901
Text Example
Text Example
White with #FDC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC901; }
p { color: rgb(253,201,1); }
H1.HeaderClassName
{
color: #FDC901;
}
.AnyTagClassName
{
color: #FDC901;
}
</style>
background-color css
<style>
a { background-color: #FDC901; }
a { background-color: rgb(253,201,1); }
div.DivClassName
{
background-color: #FDC901;
}
.BgClassName
{
background-color: #FDC901;
}
</style>
border-color css
<style>
span { border-color: #FDC901; }
span { border-color: rgb(253,201,1); }
td.TdClassName
{
border-color: #FDC901;
}
.TagClassName
{
border-color: #FDC901;
}
</style>