Shades of Tangerine Yellow #FCCB00
Tints of Tangerine Yellow #FCCB00
RGB
CMYK
RGB Variations
Color information
#FCCB00 (or 0xFCCB00) is known color: Tangerine Yellow. HEX triplet: FC, CB and 00. RGB value is (252,203,0). Sum of RGB (Red+Green+Blue) = 252+203+0=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB00 is #0334FF. Grayscale: #C3C3C3. Windows color (decimal): -210176 or 52220. OLE color: 52220.
HSL color Cylindrical-coordinate representation of color #FCCB00: hue angle of 48.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCCB00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.01 |
| HSL | 48.33º | 1% | 0.49% | - |
| HSV(B) | 48.33º | 1% | 0.99% | - |
| XYZ | 61.5 | 63.41 | 9 | - |
| YUV | 194.51 | 18.23 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 0 | 0 | 0.19 | 1 | 0.01 | 48.33 | 1 | 0.49 |
| Hex | FC | CB | 0 | 0 | 13 | 64 | 1 | 30 | 64 | 31 |
| Octal | 374 | 313 | 0 | 0 | 23 | 144 | 1 | 60 | 144 | 61 |
| Binary | 11111100 | 11001011 | 0 | 0 | 10011 | 1100100 | 1 | 110000 | 1100100 | 110001 |
Color Harmonies of #FCCB00
Complementary color
Monochromatic Colors of #FCCB00
Black with #FCCB00
Text Example
Text Example
White with #FCCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB00; }
p { color: rgb(252,203,0); }
H1.HeaderClassName
{
color: #FCCB00;
}
.AnyTagClassName
{
color: #FCCB00;
}
</style>
background-color css
<style>
a { background-color: #FCCB00; }
a { background-color: rgb(252,203,0); }
div.DivClassName
{
background-color: #FCCB00;
}
.BgClassName
{
background-color: #FCCB00;
}
</style>
border-color css
<style>
span { border-color: #FCCB00; }
span { border-color: rgb(252,203,0); }
td.TdClassName
{
border-color: #FCCB00;
}
.TagClassName
{
border-color: #FCCB00;
}
</style>