Shades of Tangerine Yellow #FDC811
Tints of Tangerine Yellow #FDC811
RGB
CMYK
RGB Variations
Color information
#FDC811 (or 0xFDC811) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 11. RGB value is (253,200,17). Sum of RGB (Red+Green+Blue) = 253+200+17=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC811 is #0237EE. Grayscale: #C3C3C3. Windows color (decimal): -145391 or 1165565. OLE color: 1165565.
HSL color Cylindrical-coordinate representation of color #FDC811: hue angle of 46.53º 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 #FDC811 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.01 |
| HSL | 46.53º | 0.98% | 0.53% | - |
| HSV(B) | 46.53º | 0.93% | 0.99% | - |
| XYZ | 61.26 | 62.23 | 9.31 | - |
| YUV | 194.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 17 | 0 | 0.21 | 0.93 | 0.01 | 46.53 | 0.98 | 0.53 |
| Hex | FD | C8 | 11 | 0 | 15 | 5D | 1 | 2F | 62 | 35 |
| Octal | 375 | 310 | 21 | 0 | 25 | 135 | 1 | 57 | 142 | 65 |
| Binary | 11111101 | 11001000 | 10001 | 0 | 10101 | 1011101 | 1 | 101111 | 1100010 | 110101 |
Color Harmonies of #FDC811
Complementary color
Monochromatic Colors of #FDC811
Black with #FDC811
Text Example
Text Example
White with #FDC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC811; }
p { color: rgb(253,200,17); }
H1.HeaderClassName
{
color: #FDC811;
}
.AnyTagClassName
{
color: #FDC811;
}
</style>
background-color css
<style>
a { background-color: #FDC811; }
a { background-color: rgb(253,200,17); }
div.DivClassName
{
background-color: #FDC811;
}
.BgClassName
{
background-color: #FDC811;
}
</style>
border-color css
<style>
span { border-color: #FDC811; }
span { border-color: rgb(253,200,17); }
td.TdClassName
{
border-color: #FDC811;
}
.TagClassName
{
border-color: #FDC811;
}
</style>