Shades of Tangerine Yellow #FBC80E
Tints of Tangerine Yellow #FBC80E
RGB
CMYK
RGB Variations
Color information
#FBC80E (or 0xFBC80E) is known color: Tangerine Yellow. HEX triplet: FB, C8 and 0E. RGB value is (251,200,14). Sum of RGB (Red+Green+Blue) = 251+200+14=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC80E is #0437F1. Grayscale: #C2C2C2. Windows color (decimal): -276466 or 968955. OLE color: 968955.
HSL color Cylindrical-coordinate representation of color #FBC80E: hue angle of 47.09º 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 #FBC80E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.02 |
| HSL | 47.09º | 0.97% | 0.52% | - |
| HSV(B) | 47.09º | 0.94% | 0.98% | - |
| XYZ | 60.52 | 61.85 | 9.16 | - |
| YUV | 194.05 | 26.4 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 14 | 0 | 0.20 | 0.94 | 0.02 | 47.09 | 0.97 | 0.52 |
| Hex | FB | C8 | E | 0 | 14 | 5E | 2 | 2F | 61 | 34 |
| Octal | 373 | 310 | 16 | 0 | 24 | 136 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11001000 | 1110 | 0 | 10100 | 1011110 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC80E
Complementary color
Monochromatic Colors of #FBC80E
Black with #FBC80E
Text Example
Text Example
White with #FBC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC80E; }
p { color: rgb(251,200,14); }
H1.HeaderClassName
{
color: #FBC80E;
}
.AnyTagClassName
{
color: #FBC80E;
}
</style>
background-color css
<style>
a { background-color: #FBC80E; }
a { background-color: rgb(251,200,14); }
div.DivClassName
{
background-color: #FBC80E;
}
.BgClassName
{
background-color: #FBC80E;
}
</style>
border-color css
<style>
span { border-color: #FBC80E; }
span { border-color: rgb(251,200,14); }
td.TdClassName
{
border-color: #FBC80E;
}
.TagClassName
{
border-color: #FBC80E;
}
</style>