Shades of Tangerine Yellow #FCCF08
Tints of Tangerine Yellow #FCCF08
RGB
CMYK
RGB Variations
Color information
#FCCF08 (or 0xFCCF08) is known color: Tangerine Yellow. HEX triplet: FC, CF and 08. RGB value is (252,207,8). Sum of RGB (Red+Green+Blue) = 252+207+8=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF08 is #0330F7. Grayscale: #C6C6C6. Windows color (decimal): -209144 or 577532. OLE color: 577532.
HSL color Cylindrical-coordinate representation of color #FCCF08: hue angle of 48.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCCF08 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.01 |
| HSL | 48.93º | 0.98% | 0.51% | - |
| HSV(B) | 48.93º | 0.97% | 0.99% | - |
| XYZ | 62.5 | 65.34 | 9.55 | - |
| YUV | 197.77 | 20.91 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 8 | 0 | 0.18 | 0.97 | 0.01 | 48.93 | 0.98 | 0.51 |
| Hex | FC | CF | 8 | 0 | 12 | 61 | 1 | 31 | 62 | 33 |
| Octal | 374 | 317 | 10 | 0 | 22 | 141 | 1 | 61 | 142 | 63 |
| Binary | 11111100 | 11001111 | 1000 | 0 | 10010 | 1100001 | 1 | 110001 | 1100010 | 110011 |
Color Harmonies of #FCCF08
Complementary color
Monochromatic Colors of #FCCF08
Black with #FCCF08
Text Example
Text Example
White with #FCCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF08; }
p { color: rgb(252,207,8); }
H1.HeaderClassName
{
color: #FCCF08;
}
.AnyTagClassName
{
color: #FCCF08;
}
</style>
background-color css
<style>
a { background-color: #FCCF08; }
a { background-color: rgb(252,207,8); }
div.DivClassName
{
background-color: #FCCF08;
}
.BgClassName
{
background-color: #FCCF08;
}
</style>
border-color css
<style>
span { border-color: #FCCF08; }
span { border-color: rgb(252,207,8); }
td.TdClassName
{
border-color: #FCCF08;
}
.TagClassName
{
border-color: #FCCF08;
}
</style>