Shades of Tangerine Yellow #FCCB08
Tints of Tangerine Yellow #FCCB08
RGB
CMYK
RGB Variations
Color information
#FCCB08 (or 0xFCCB08) is known color: Tangerine Yellow. HEX triplet: FC, CB and 08. RGB value is (252,203,8). Sum of RGB (Red+Green+Blue) = 252+203+8=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB08 is #0334F7. Grayscale: #C4C4C4. Windows color (decimal): -210168 or 576508. OLE color: 576508.
HSL color Cylindrical-coordinate representation of color #FCCB08: hue angle of 47.95º 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 #FCCB08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.01 |
| HSL | 47.95º | 0.98% | 0.51% | - |
| HSV(B) | 47.95º | 0.97% | 0.99% | - |
| XYZ | 61.54 | 63.42 | 9.23 | - |
| YUV | 195.42 | 22.23 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 8 | 0 | 0.19 | 0.97 | 0.01 | 47.95 | 0.98 | 0.51 |
| Hex | FC | CB | 8 | 0 | 13 | 61 | 1 | 30 | 62 | 33 |
| Octal | 374 | 313 | 10 | 0 | 23 | 141 | 1 | 60 | 142 | 63 |
| Binary | 11111100 | 11001011 | 1000 | 0 | 10011 | 1100001 | 1 | 110000 | 1100010 | 110011 |
Color Harmonies of #FCCB08
Complementary color
Monochromatic Colors of #FCCB08
Black with #FCCB08
Text Example
Text Example
White with #FCCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB08; }
p { color: rgb(252,203,8); }
H1.HeaderClassName
{
color: #FCCB08;
}
.AnyTagClassName
{
color: #FCCB08;
}
</style>
background-color css
<style>
a { background-color: #FCCB08; }
a { background-color: rgb(252,203,8); }
div.DivClassName
{
background-color: #FCCB08;
}
.BgClassName
{
background-color: #FCCB08;
}
</style>
border-color css
<style>
span { border-color: #FCCB08; }
span { border-color: rgb(252,203,8); }
td.TdClassName
{
border-color: #FCCB08;
}
.TagClassName
{
border-color: #FCCB08;
}
</style>