Shades of Tangerine Yellow #FDC908
Tints of Tangerine Yellow #FDC908
RGB
CMYK
RGB Variations
Color information
#FDC908 (or 0xFDC908) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 08. RGB value is (253,201,8). Sum of RGB (Red+Green+Blue) = 253+201+8=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC908 is #0236F7. Grayscale: #C3C3C3. Windows color (decimal): -145144 or 575997. OLE color: 575997.
HSL color Cylindrical-coordinate representation of color #FDC908: hue angle of 47.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDC908 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 8 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.01 |
| HSL | 47.27º | 0.98% | 0.51% | - |
| HSV(B) | 47.27º | 0.97% | 0.99% | - |
| XYZ | 61.44 | 62.67 | 9.09 | - |
| YUV | 194.55 | 22.73 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 8 | 0 | 0.21 | 0.97 | 0.01 | 47.27 | 0.98 | 0.51 |
| Hex | FD | C9 | 8 | 0 | 15 | 61 | 1 | 2F | 62 | 33 |
| Octal | 375 | 311 | 10 | 0 | 25 | 141 | 1 | 57 | 142 | 63 |
| Binary | 11111101 | 11001001 | 1000 | 0 | 10101 | 1100001 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FDC908
Complementary color
Monochromatic Colors of #FDC908
Black with #FDC908
Text Example
Text Example
White with #FDC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC908; }
p { color: rgb(253,201,8); }
H1.HeaderClassName
{
color: #FDC908;
}
.AnyTagClassName
{
color: #FDC908;
}
</style>
background-color css
<style>
a { background-color: #FDC908; }
a { background-color: rgb(253,201,8); }
div.DivClassName
{
background-color: #FDC908;
}
.BgClassName
{
background-color: #FDC908;
}
</style>
border-color css
<style>
span { border-color: #FDC908; }
span { border-color: rgb(253,201,8); }
td.TdClassName
{
border-color: #FDC908;
}
.TagClassName
{
border-color: #FDC908;
}
</style>