Shades of Tangerine Yellow #FDCC03
Tints of Tangerine Yellow #FDCC03
RGB
CMYK
RGB Variations
Color information
#FDCC03 (or 0xFDCC03) is known color: Tangerine Yellow. HEX triplet: FD, CC and 03. RGB value is (253,204,3). Sum of RGB (Red+Green+Blue) = 253+204+3=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC03 is #0233FC. Grayscale: #C4C4C4. Windows color (decimal): -144381 or 249085. OLE color: 249085.
HSL color Cylindrical-coordinate representation of color #FDCC03: hue angle of 48.24º 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 #FDCC03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.01 |
| HSL | 48.24º | 0.98% | 0.5% | - |
| HSV(B) | 48.24º | 0.99% | 0.99% | - |
| XYZ | 62.12 | 64.07 | 9.18 | - |
| YUV | 195.74 | 19.23 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 3 | 0 | 0.19 | 0.99 | 0.01 | 48.24 | 0.98 | 0.5 |
| Hex | FD | CC | 3 | 0 | 13 | 63 | 1 | 30 | 62 | 32 |
| Octal | 375 | 314 | 3 | 0 | 23 | 143 | 1 | 60 | 142 | 62 |
| Binary | 11111101 | 11001100 | 11 | 0 | 10011 | 1100011 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FDCC03
Complementary color
Monochromatic Colors of #FDCC03
Black with #FDCC03
Text Example
Text Example
White with #FDCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC03; }
p { color: rgb(253,204,3); }
H1.HeaderClassName
{
color: #FDCC03;
}
.AnyTagClassName
{
color: #FDCC03;
}
</style>
background-color css
<style>
a { background-color: #FDCC03; }
a { background-color: rgb(253,204,3); }
div.DivClassName
{
background-color: #FDCC03;
}
.BgClassName
{
background-color: #FDCC03;
}
</style>
border-color css
<style>
span { border-color: #FDCC03; }
span { border-color: rgb(253,204,3); }
td.TdClassName
{
border-color: #FDCC03;
}
.TagClassName
{
border-color: #FDCC03;
}
</style>