Shades of Tangerine Yellow #FCCD03
Tints of Tangerine Yellow #FCCD03
RGB
CMYK
RGB Variations
Color information
#FCCD03 (or 0xFCCD03) is known color: Tangerine Yellow. HEX triplet: FC, CD and 03. RGB value is (252,205,3). Sum of RGB (Red+Green+Blue) = 252+205+3=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD03 is #0332FC. Grayscale: #C4C4C4. Windows color (decimal): -209661 or 249340. OLE color: 249340.
HSL color Cylindrical-coordinate representation of color #FCCD03: hue angle of 48.67º 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 #FCCD03 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.01 |
| HSL | 48.67º | 0.98% | 0.5% | - |
| HSV(B) | 48.67º | 0.99% | 0.99% | - |
| XYZ | 61.99 | 64.36 | 9.24 | - |
| YUV | 196.03 | 19.07 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 3 | 0 | 0.19 | 0.99 | 0.01 | 48.67 | 0.98 | 0.5 |
| Hex | FC | CD | 3 | 0 | 13 | 63 | 1 | 31 | 62 | 32 |
| Octal | 374 | 315 | 3 | 0 | 23 | 143 | 1 | 61 | 142 | 62 |
| Binary | 11111100 | 11001101 | 11 | 0 | 10011 | 1100011 | 1 | 110001 | 1100010 | 110010 |
Color Harmonies of #FCCD03
Complementary color
Monochromatic Colors of #FCCD03
Black with #FCCD03
Text Example
Text Example
White with #FCCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD03; }
p { color: rgb(252,205,3); }
H1.HeaderClassName
{
color: #FCCD03;
}
.AnyTagClassName
{
color: #FCCD03;
}
</style>
background-color css
<style>
a { background-color: #FCCD03; }
a { background-color: rgb(252,205,3); }
div.DivClassName
{
background-color: #FCCD03;
}
.BgClassName
{
background-color: #FCCD03;
}
</style>
border-color css
<style>
span { border-color: #FCCD03; }
span { border-color: rgb(252,205,3); }
td.TdClassName
{
border-color: #FCCD03;
}
.TagClassName
{
border-color: #FCCD03;
}
</style>