Shades of Tangerine Yellow #FCCB0B
Tints of Tangerine Yellow #FCCB0B
RGB
CMYK
RGB Variations
Color information
#FCCB0B (or 0xFCCB0B) is known color: Tangerine Yellow. HEX triplet: FC, CB and 0B. RGB value is (252,203,11). Sum of RGB (Red+Green+Blue) = 252+203+11=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB0B is #0334F4. Grayscale: #C4C4C4. Windows color (decimal): -210165 or 773116. OLE color: 773116.
HSL color Cylindrical-coordinate representation of color #FCCB0B: hue angle of 47.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCCB0B is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 11 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.01 |
| HSL | 47.8º | 0.98% | 0.52% | - |
| HSV(B) | 47.8º | 0.96% | 0.99% | - |
| XYZ | 61.56 | 63.43 | 9.32 | - |
| YUV | 195.76 | 23.73 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 11 | 0 | 0.19 | 0.96 | 0.01 | 47.8 | 0.98 | 0.52 |
| Hex | FC | CB | B | 0 | 13 | 60 | 1 | 30 | 62 | 34 |
| Octal | 374 | 313 | 13 | 0 | 23 | 140 | 1 | 60 | 142 | 64 |
| Binary | 11111100 | 11001011 | 1011 | 0 | 10011 | 1100000 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FCCB0B
Complementary color
Monochromatic Colors of #FCCB0B
Black with #FCCB0B
Text Example
Text Example
White with #FCCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB0B; }
p { color: rgb(252,203,11); }
H1.HeaderClassName
{
color: #FCCB0B;
}
.AnyTagClassName
{
color: #FCCB0B;
}
</style>
background-color css
<style>
a { background-color: #FCCB0B; }
a { background-color: rgb(252,203,11); }
div.DivClassName
{
background-color: #FCCB0B;
}
.BgClassName
{
background-color: #FCCB0B;
}
</style>
border-color css
<style>
span { border-color: #FCCB0B; }
span { border-color: rgb(252,203,11); }
td.TdClassName
{
border-color: #FCCB0B;
}
.TagClassName
{
border-color: #FCCB0B;
}
</style>