Shades of Tangerine Yellow #FBCC0A
Tints of Tangerine Yellow #FBCC0A
RGB
CMYK
RGB Variations
Color information
#FBCC0A (or 0xFBCC0A) is known color: Tangerine Yellow. HEX triplet: FB, CC and 0A. RGB value is (251,204,10). Sum of RGB (Red+Green+Blue) = 251+204+10=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBCC0A is #0433F5. Grayscale: #C4C4C4. Windows color (decimal): -275446 or 707835. OLE color: 707835.
HSL color Cylindrical-coordinate representation of color #FBCC0A: hue angle of 48.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBCC0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.02 |
| HSL | 48.3º | 0.97% | 0.51% | - |
| HSV(B) | 48.3º | 0.96% | 0.98% | - |
| XYZ | 61.43 | 63.72 | 9.35 | - |
| YUV | 195.94 | 23.07 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 10 | 0 | 0.19 | 0.96 | 0.02 | 48.3 | 0.97 | 0.51 |
| Hex | FB | CC | A | 0 | 13 | 60 | 2 | 30 | 61 | 33 |
| Octal | 373 | 314 | 12 | 0 | 23 | 140 | 2 | 60 | 141 | 63 |
| Binary | 11111011 | 11001100 | 1010 | 0 | 10011 | 1100000 | 10 | 110000 | 1100001 | 110011 |
Color Harmonies of #FBCC0A
Complementary color
Monochromatic Colors of #FBCC0A
Black with #FBCC0A
Text Example
Text Example
White with #FBCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCC0A; }
p { color: rgb(251,204,10); }
H1.HeaderClassName
{
color: #FBCC0A;
}
.AnyTagClassName
{
color: #FBCC0A;
}
</style>
background-color css
<style>
a { background-color: #FBCC0A; }
a { background-color: rgb(251,204,10); }
div.DivClassName
{
background-color: #FBCC0A;
}
.BgClassName
{
background-color: #FBCC0A;
}
</style>
border-color css
<style>
span { border-color: #FBCC0A; }
span { border-color: rgb(251,204,10); }
td.TdClassName
{
border-color: #FBCC0A;
}
.TagClassName
{
border-color: #FBCC0A;
}
</style>