Shades of Tangerine Yellow #FCCF10
Tints of Tangerine Yellow #FCCF10
RGB
CMYK
RGB Variations
Color information
#FCCF10 (or 0xFCCF10) is known color: Tangerine Yellow. HEX triplet: FC, CF and 10. RGB value is (252,207,16). Sum of RGB (Red+Green+Blue) = 252+207+16=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 16 (6.64% from 255 or 3.37% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF10 is #0330EF. Grayscale: #C7C7C7. Windows color (decimal): -209136 or 1101820. OLE color: 1101820.
HSL color Cylindrical-coordinate representation of color #FCCF10: hue angle of 48.56º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCCF10 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 16 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.01 |
| HSL | 48.56º | 0.98% | 0.53% | - |
| HSV(B) | 48.56º | 0.94% | 0.99% | - |
| XYZ | 62.55 | 65.36 | 9.81 | - |
| YUV | 198.68 | 24.91 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 16 | 0 | 0.18 | 0.94 | 0.01 | 48.56 | 0.98 | 0.53 |
| Hex | FC | CF | 10 | 0 | 12 | 5E | 1 | 31 | 62 | 35 |
| Octal | 374 | 317 | 20 | 0 | 22 | 136 | 1 | 61 | 142 | 65 |
| Binary | 11111100 | 11001111 | 10000 | 0 | 10010 | 1011110 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FCCF10
Complementary color
Monochromatic Colors of #FCCF10
Black with #FCCF10
Text Example
Text Example
White with #FCCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF10; }
p { color: rgb(252,207,16); }
H1.HeaderClassName
{
color: #FCCF10;
}
.AnyTagClassName
{
color: #FCCF10;
}
</style>
background-color css
<style>
a { background-color: #FCCF10; }
a { background-color: rgb(252,207,16); }
div.DivClassName
{
background-color: #FCCF10;
}
.BgClassName
{
background-color: #FCCF10;
}
</style>
border-color css
<style>
span { border-color: #FCCF10; }
span { border-color: rgb(252,207,16); }
td.TdClassName
{
border-color: #FCCF10;
}
.TagClassName
{
border-color: #FCCF10;
}
</style>