Shades of Tangerine Yellow #FDCD02
Tints of Tangerine Yellow #FDCD02
RGB
CMYK
RGB Variations
Color information
#FDCD02 (or 0xFDCD02) is known color: Tangerine Yellow. HEX triplet: FD, CD and 02. RGB value is (253,205,2). Sum of RGB (Red+Green+Blue) = 253+205+2=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCD02 is #0232FD. Grayscale: #C5C5C5. Windows color (decimal): -144126 or 183805. OLE color: 183805.
HSL color Cylindrical-coordinate representation of color #FDCD02: hue angle of 48.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDCD02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.01 |
| HSL | 48.53º | 0.98% | 0.5% | - |
| HSV(B) | 48.53º | 0.99% | 0.99% | - |
| XYZ | 62.35 | 64.55 | 9.23 | - |
| YUV | 196.21 | 18.4 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 2 | 0 | 0.19 | 0.99 | 0.01 | 48.53 | 0.98 | 0.5 |
| Hex | FD | CD | 2 | 0 | 13 | 63 | 1 | 31 | 62 | 32 |
| Octal | 375 | 315 | 2 | 0 | 23 | 143 | 1 | 61 | 142 | 62 |
| Binary | 11111101 | 11001101 | 10 | 0 | 10011 | 1100011 | 1 | 110001 | 1100010 | 110010 |
Color Harmonies of #FDCD02
Complementary color
Monochromatic Colors of #FDCD02
Black with #FDCD02
Text Example
Text Example
White with #FDCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD02; }
p { color: rgb(253,205,2); }
H1.HeaderClassName
{
color: #FDCD02;
}
.AnyTagClassName
{
color: #FDCD02;
}
</style>
background-color css
<style>
a { background-color: #FDCD02; }
a { background-color: rgb(253,205,2); }
div.DivClassName
{
background-color: #FDCD02;
}
.BgClassName
{
background-color: #FDCD02;
}
</style>
border-color css
<style>
span { border-color: #FDCD02; }
span { border-color: rgb(253,205,2); }
td.TdClassName
{
border-color: #FDCD02;
}
.TagClassName
{
border-color: #FDCD02;
}
</style>