Shades of Tangerine Yellow #FDCC04
Tints of Tangerine Yellow #FDCC04
RGB
CMYK
RGB Variations
Color information
#FDCC04 (or 0xFDCC04) is known color: Tangerine Yellow. HEX triplet: FD, CC and 04. RGB value is (253,204,4). Sum of RGB (Red+Green+Blue) = 253+204+4=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC04 is #0233FB. Grayscale: #C4C4C4. Windows color (decimal): -144380 or 314621. OLE color: 314621.
HSL color Cylindrical-coordinate representation of color #FDCC04: hue angle of 48.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDCC04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.01 |
| HSL | 48.19º | 0.98% | 0.5% | - |
| HSV(B) | 48.19º | 0.98% | 0.99% | - |
| XYZ | 62.12 | 64.08 | 9.21 | - |
| YUV | 195.85 | 19.73 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 4 | 0 | 0.19 | 0.98 | 0.01 | 48.19 | 0.98 | 0.5 |
| Hex | FD | CC | 4 | 0 | 13 | 62 | 1 | 30 | 62 | 32 |
| Octal | 375 | 314 | 4 | 0 | 23 | 142 | 1 | 60 | 142 | 62 |
| Binary | 11111101 | 11001100 | 100 | 0 | 10011 | 1100010 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FDCC04
Complementary color
Monochromatic Colors of #FDCC04
Black with #FDCC04
Text Example
Text Example
White with #FDCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC04; }
p { color: rgb(253,204,4); }
H1.HeaderClassName
{
color: #FDCC04;
}
.AnyTagClassName
{
color: #FDCC04;
}
</style>
background-color css
<style>
a { background-color: #FDCC04; }
a { background-color: rgb(253,204,4); }
div.DivClassName
{
background-color: #FDCC04;
}
.BgClassName
{
background-color: #FDCC04;
}
</style>
border-color css
<style>
span { border-color: #FDCC04; }
span { border-color: rgb(253,204,4); }
td.TdClassName
{
border-color: #FDCC04;
}
.TagClassName
{
border-color: #FDCC04;
}
</style>