Shades of Tangerine Yellow #FDC800
Tints of Tangerine Yellow #FDC800
RGB
CMYK
RGB Variations
Color information
#FDC800 (or 0xFDC800) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 00. RGB value is (253,200,0). Sum of RGB (Red+Green+Blue) = 253+200+0=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC800 is #0237FF. Grayscale: #C1C1C1. Windows color (decimal): -145408 or 51453. OLE color: 51453.
HSL color Cylindrical-coordinate representation of color #FDC800: hue angle of 47.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.01 |
| HSL | 47.43º | 1% | 0.5% | - |
| HSV(B) | 47.43º | 1% | 0.99% | - |
| XYZ | 61.16 | 62.19 | 8.78 | - |
| YUV | 193.05 | 19.06 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 0 | 0 | 0.21 | 1 | 0.01 | 47.43 | 1 | 0.5 |
| Hex | FD | C8 | 0 | 0 | 15 | 64 | 1 | 2F | 64 | 32 |
| Octal | 375 | 310 | 0 | 0 | 25 | 144 | 1 | 57 | 144 | 62 |
| Binary | 11111101 | 11001000 | 0 | 0 | 10101 | 1100100 | 1 | 101111 | 1100100 | 110010 |
Color Harmonies of #FDC800
Complementary color
Monochromatic Colors of #FDC800
Black with #FDC800
Text Example
Text Example
White with #FDC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC800; }
p { color: rgb(253,200,0); }
H1.HeaderClassName
{
color: #FDC800;
}
.AnyTagClassName
{
color: #FDC800;
}
</style>
background-color css
<style>
a { background-color: #FDC800; }
a { background-color: rgb(253,200,0); }
div.DivClassName
{
background-color: #FDC800;
}
.BgClassName
{
background-color: #FDC800;
}
</style>
border-color css
<style>
span { border-color: #FDC800; }
span { border-color: rgb(253,200,0); }
td.TdClassName
{
border-color: #FDC800;
}
.TagClassName
{
border-color: #FDC800;
}
</style>