Shades of Tangerine Yellow #FBCC10
Tints of Tangerine Yellow #FBCC10
RGB
CMYK
RGB Variations
Color information
#FBCC10 (or 0xFBCC10) is known color: Tangerine Yellow. HEX triplet: FB, CC and 10. RGB value is (251,204,16). Sum of RGB (Red+Green+Blue) = 251+204+16=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 16 (6.64% from 255 or 3.40% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCC10 is #0433EF. Grayscale: #C5C5C5. Windows color (decimal): -275440 or 1101051. OLE color: 1101051.
HSL color Cylindrical-coordinate representation of color #FBCC10: hue angle of 48º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBCC10 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 16 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.02 |
| HSL | 48º | 0.97% | 0.52% | - |
| HSV(B) | 48º | 0.94% | 0.98% | - |
| XYZ | 61.47 | 63.73 | 9.55 | - |
| YUV | 196.62 | 26.07 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 16 | 0 | 0.19 | 0.94 | 0.02 | 48 | 0.97 | 0.52 |
| Hex | FB | CC | 10 | 0 | 13 | 5E | 2 | 30 | 61 | 34 |
| Octal | 373 | 314 | 20 | 0 | 23 | 136 | 2 | 60 | 141 | 64 |
| Binary | 11111011 | 11001100 | 10000 | 0 | 10011 | 1011110 | 10 | 110000 | 1100001 | 110100 |
Color Harmonies of #FBCC10
Complementary color
Monochromatic Colors of #FBCC10
Black with #FBCC10
Text Example
Text Example
White with #FBCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC10; }
p { color: rgb(251,204,16); }
H1.HeaderClassName
{
color: #FBCC10;
}
.AnyTagClassName
{
color: #FBCC10;
}
</style>
background-color css
<style>
a { background-color: #FBCC10; }
a { background-color: rgb(251,204,16); }
div.DivClassName
{
background-color: #FBCC10;
}
.BgClassName
{
background-color: #FBCC10;
}
</style>
border-color css
<style>
span { border-color: #FBCC10; }
span { border-color: rgb(251,204,16); }
td.TdClassName
{
border-color: #FBCC10;
}
.TagClassName
{
border-color: #FBCC10;
}
</style>