Shades of Tangerine Yellow #FDC910
Tints of Tangerine Yellow #FDC910
RGB
CMYK
RGB Variations
Color information
#FDC910 (or 0xFDC910) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 10. RGB value is (253,201,16). Sum of RGB (Red+Green+Blue) = 253+201+16=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 16 (6.64% from 255 or 3.40% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC910 is #0236EF. Grayscale: #C4C4C4. Windows color (decimal): -145136 or 1100285. OLE color: 1100285.
HSL color Cylindrical-coordinate representation of color #FDC910: hue angle of 46.84º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC910 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 16 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.84º | 0.98% | 0.53% | - |
| HSV(B) | 46.84º | 0.94% | 0.99% | - |
| XYZ | 61.49 | 62.69 | 9.35 | - |
| YUV | 195.46 | 26.73 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 16 | 0 | 0.21 | 0.94 | 0.01 | 46.84 | 0.98 | 0.53 |
| Hex | FD | C9 | 10 | 0 | 15 | 5E | 1 | 2F | 62 | 35 |
| Octal | 375 | 311 | 20 | 0 | 25 | 136 | 1 | 57 | 142 | 65 |
| Binary | 11111101 | 11001001 | 10000 | 0 | 10101 | 1011110 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FDC910
Complementary color
Monochromatic Colors of #FDC910
Black with #FDC910
Text Example
Text Example
White with #FDC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC910; }
p { color: rgb(253,201,16); }
H1.HeaderClassName
{
color: #FDC910;
}
.AnyTagClassName
{
color: #FDC910;
}
</style>
background-color css
<style>
a { background-color: #FDC910; }
a { background-color: rgb(253,201,16); }
div.DivClassName
{
background-color: #FDC910;
}
.BgClassName
{
background-color: #FDC910;
}
</style>
border-color css
<style>
span { border-color: #FDC910; }
span { border-color: rgb(253,201,16); }
td.TdClassName
{
border-color: #FDC910;
}
.TagClassName
{
border-color: #FDC910;
}
</style>