Shades of Tangerine Yellow #FDC911
Tints of Tangerine Yellow #FDC911
RGB
CMYK
RGB Variations
Color information
#FDC911 (or 0xFDC911) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 11. RGB value is (253,201,17). Sum of RGB (Red+Green+Blue) = 253+201+17=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 17 (7.03% from 255 or 3.61% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC911 is #0236EE. Grayscale: #C4C4C4. Windows color (decimal): -145135 or 1165821. OLE color: 1165821.
HSL color Cylindrical-coordinate representation of color #FDC911: hue angle of 46.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDC911 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.01 |
| HSL | 46.78º | 0.98% | 0.53% | - |
| HSV(B) | 46.78º | 0.93% | 0.99% | - |
| XYZ | 61.5 | 62.7 | 9.39 | - |
| YUV | 195.57 | 27.23 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 17 | 0 | 0.21 | 0.93 | 0.01 | 46.78 | 0.98 | 0.53 |
| Hex | FD | C9 | 11 | 0 | 15 | 5D | 1 | 2F | 62 | 35 |
| Octal | 375 | 311 | 21 | 0 | 25 | 135 | 1 | 57 | 142 | 65 |
| Binary | 11111101 | 11001001 | 10001 | 0 | 10101 | 1011101 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FDC911
Complementary color
Monochromatic Colors of #FDC911
Black with #FDC911
Text Example
Text Example
White with #FDC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC911; }
p { color: rgb(253,201,17); }
H1.HeaderClassName
{
color: #FDC911;
}
.AnyTagClassName
{
color: #FDC911;
}
</style>
background-color css
<style>
a { background-color: #FDC911; }
a { background-color: rgb(253,201,17); }
div.DivClassName
{
background-color: #FDC911;
}
.BgClassName
{
background-color: #FDC911;
}
</style>
border-color css
<style>
span { border-color: #FDC911; }
span { border-color: rgb(253,201,17); }
td.TdClassName
{
border-color: #FDC911;
}
.TagClassName
{
border-color: #FDC911;
}
</style>