Shades of Tangerine Yellow #FCCD0B
Tints of Tangerine Yellow #FCCD0B
RGB
CMYK
RGB Variations
Color information
#FCCD0B (or 0xFCCD0B) is known color: Tangerine Yellow. HEX triplet: FC, CD and 0B. RGB value is (252,205,11). Sum of RGB (Red+Green+Blue) = 252+205+11=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD0B is #0332F4. Grayscale: #C5C5C5. Windows color (decimal): -209653 or 773628. OLE color: 773628.
HSL color Cylindrical-coordinate representation of color #FCCD0B: hue angle of 48.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCCD0B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.01 |
| HSL | 48.3º | 0.98% | 0.52% | - |
| HSV(B) | 48.3º | 0.96% | 0.99% | - |
| XYZ | 62.04 | 64.38 | 9.47 | - |
| YUV | 196.94 | 23.07 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 11 | 0 | 0.19 | 0.96 | 0.01 | 48.3 | 0.98 | 0.52 |
| Hex | FC | CD | B | 0 | 13 | 60 | 1 | 30 | 62 | 34 |
| Octal | 374 | 315 | 13 | 0 | 23 | 140 | 1 | 60 | 142 | 64 |
| Binary | 11111100 | 11001101 | 1011 | 0 | 10011 | 1100000 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FCCD0B
Complementary color
Monochromatic Colors of #FCCD0B
Black with #FCCD0B
Text Example
Text Example
White with #FCCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD0B; }
p { color: rgb(252,205,11); }
H1.HeaderClassName
{
color: #FCCD0B;
}
.AnyTagClassName
{
color: #FCCD0B;
}
</style>
background-color css
<style>
a { background-color: #FCCD0B; }
a { background-color: rgb(252,205,11); }
div.DivClassName
{
background-color: #FCCD0B;
}
.BgClassName
{
background-color: #FCCD0B;
}
</style>
border-color css
<style>
span { border-color: #FCCD0B; }
span { border-color: rgb(252,205,11); }
td.TdClassName
{
border-color: #FCCD0B;
}
.TagClassName
{
border-color: #FCCD0B;
}
</style>