Shades of Tangerine Yellow #FCCC01
Tints of Tangerine Yellow #FCCC01
RGB
CMYK
RGB Variations
Color information
#FCCC01 (or 0xFCCC01) is known color: Tangerine Yellow. HEX triplet: FC, CC and 01. RGB value is (252,204,1). Sum of RGB (Red+Green+Blue) = 252+204+1=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC01 is #0333FE. Grayscale: #C4C4C4. Windows color (decimal): -209919 or 118012. OLE color: 118012.
HSL color Cylindrical-coordinate representation of color #FCCC01: hue angle of 48.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCCC01 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.01 |
| HSL | 48.53º | 0.99% | 0.5% | - |
| HSV(B) | 48.53º | 1% | 0.99% | - |
| XYZ | 61.74 | 63.88 | 9.11 | - |
| YUV | 195.21 | 18.4 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 1 | 0 | 0.19 | 1.00 | 0.01 | 48.53 | 0.99 | 0.5 |
| Hex | FC | CC | 1 | 0 | 13 | 64 | 1 | 31 | 63 | 32 |
| Octal | 374 | 314 | 1 | 0 | 23 | 144 | 1 | 61 | 143 | 62 |
| Binary | 11111100 | 11001100 | 1 | 0 | 10011 | 1100100 | 1 | 110001 | 1100011 | 110010 |
Color Harmonies of #FCCC01
Complementary color
Monochromatic Colors of #FCCC01
Black with #FCCC01
Text Example
Text Example
White with #FCCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC01; }
p { color: rgb(252,204,1); }
H1.HeaderClassName
{
color: #FCCC01;
}
.AnyTagClassName
{
color: #FCCC01;
}
</style>
background-color css
<style>
a { background-color: #FCCC01; }
a { background-color: rgb(252,204,1); }
div.DivClassName
{
background-color: #FCCC01;
}
.BgClassName
{
background-color: #FCCC01;
}
</style>
border-color css
<style>
span { border-color: #FCCC01; }
span { border-color: rgb(252,204,1); }
td.TdClassName
{
border-color: #FCCC01;
}
.TagClassName
{
border-color: #FCCC01;
}
</style>