Shades of Tangerine Yellow #FCCB02
Tints of Tangerine Yellow #FCCB02
RGB
CMYK
RGB Variations
Color information
#FCCB02 (or 0xFCCB02) is known color: Tangerine Yellow. HEX triplet: FC, CB and 02. RGB value is (252,203,2). Sum of RGB (Red+Green+Blue) = 252+203+2=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB02 is #0334FD. Grayscale: #C3C3C3. Windows color (decimal): -210174 or 183292. OLE color: 183292.
HSL color Cylindrical-coordinate representation of color #FCCB02: hue angle of 48.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCCB02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.01 |
| HSL | 48.24º | 0.98% | 0.5% | - |
| HSV(B) | 48.24º | 0.99% | 0.99% | - |
| XYZ | 61.51 | 63.41 | 9.06 | - |
| YUV | 194.74 | 19.23 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 2 | 0 | 0.19 | 0.99 | 0.01 | 48.24 | 0.98 | 0.5 |
| Hex | FC | CB | 2 | 0 | 13 | 63 | 1 | 30 | 62 | 32 |
| Octal | 374 | 313 | 2 | 0 | 23 | 143 | 1 | 60 | 142 | 62 |
| Binary | 11111100 | 11001011 | 10 | 0 | 10011 | 1100011 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FCCB02
Complementary color
Monochromatic Colors of #FCCB02
Black with #FCCB02
Text Example
Text Example
White with #FCCB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB02; }
p { color: rgb(252,203,2); }
H1.HeaderClassName
{
color: #FCCB02;
}
.AnyTagClassName
{
color: #FCCB02;
}
</style>
background-color css
<style>
a { background-color: #FCCB02; }
a { background-color: rgb(252,203,2); }
div.DivClassName
{
background-color: #FCCB02;
}
.BgClassName
{
background-color: #FCCB02;
}
</style>
border-color css
<style>
span { border-color: #FCCB02; }
span { border-color: rgb(252,203,2); }
td.TdClassName
{
border-color: #FCCB02;
}
.TagClassName
{
border-color: #FCCB02;
}
</style>